From 49766aced1299d781db0f9b7a200472720768fe5 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Sat, 25 May 2013 08:09:27 +1000 Subject: Initial commit --- debian/patches/spelling.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 debian/patches/spelling.patch (limited to 'debian/patches/spelling.patch') diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..38afe63 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,30 @@ +Last-Update: 2012-12-31 +Author: Dmitry Smirnov +Forwarded: no +Description: minor spelling corrections + +--- a/main/inferno.c ++++ b/main/inferno.c +@@ -117,9 +117,9 @@ + void print_commandline_help() + { + printf( "\n System Options:\n\n"); + printf( " -nonicefps Don't free CPU-cycles\n"); +- printf( " -maxfps Set maximum framerate to \n\t\t\t\t(default: %i, availble: 1-%i)\n", MAXIMUM_FPS, MAXIMUM_FPS); ++ printf( " -maxfps Set maximum framerate to \n\t\t\t\t(default: %i, available: 1-%i)\n", MAXIMUM_FPS, MAXIMUM_FPS); + printf( " -hogdir set shared data directory to \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 Set maximum framerate to (default: 1000, availble: 1-1000) ++;-maxfps Set maximum framerate to (default: 1000, available: 1-1000) + ;-hogdir set shared data directory to + ;-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 -- cgit