fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -380,7 +380,7 @@ fopen_text_file(const char *filename, const char *type)
int i;
if (tile_file != (FILE *) 0) {
Fprintf(stderr, "can only open one text file at at time\n");
Fprintf(stderr, "can only open one text file at a time\n");
return FALSE;
}