summaryrefslogtreecommitdiff
path: root/debian/patches/spelling.patch
blob: d65ef86dfe7dfbd66e08a0c681d279f21cda4473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Last-Update: 2012-12-31
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Forwarded: no
Description: minor spelling corrections

--- a/main/inferno.c
+++ b/main/inferno.c
@@ -106,9 +106,9 @@
 void print_commandline_help()
 {
 	printf( "\n System Options:\n\n");
 	printf( "  -nonicefps                    Don't free CPU-cycles\n");
-	printf( "  -maxfps <n>                   Set maximum framerate to <n>\n\t\t\t\t(default: %i, availble: 1-%i)\n", MAXIMUM_FPS, MAXIMUM_FPS);
+	printf( "  -maxfps <n>                   Set maximum framerate to <n>\n\t\t\t\t(default: %i, available: 1-%i)\n", MAXIMUM_FPS, MAXIMUM_FPS);
 	printf( "  -hogdir <s>                   set shared data directory to <s>\n");
 	printf( "  -nohogdir                     don't try to use shared data directory\n");
 	printf( "  -use_players_dir              put player files and saved games in Players subdirectory\n");
 	printf( "  -lowmem                       Lowers animation detail for better performance with\n\t\t\t\tlow memory\n");
--- a/d2x.ini
+++ b/d2x.ini
@@ -1,8 +1,8 @@
  System Options:
 
 ;-nonicefps                    Don't free CPU-cycles
-;-maxfps <n>                   Set maximum framerate to <n> (default: 1000, availble: 1-1000)
+;-maxfps <n>                   Set maximum framerate to <n> (default: 1000, available: 1-1000)
 ;-hogdir <s>                   set shared data directory to <s>
 ;-nohogdir                     don't try to use shared data directory
 ;-use_players_dir              put player files and saved games in Players subdirectory
 ;-lowmem                       Lowers animation detail for better performance with low memory
bgstack15