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