Correct typo in error message
[fairymax.git] / fairymax.c
index 47b9ca5..a78c851 100644 (file)
@@ -467,7 +467,7 @@ void LoadGame(char *name)
 \r
         f = fopen(inifile, "r");\r
         if(f==NULL)\r
-        {   printf("telluser piece-desription file '%s'  not found\n", inifile);\r
+        {   printf("telluser piece-description file '%s'  not found\n", inifile);\r
             exit(0);\r
         }\r
         if(fscanf(f, "version 4.8(%c)", &c)!=1 || c != 'w')\r