From 7857d9527304c94841a0a93973644ef9ede04c73 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 3 Nov 2024 15:08:31 +0100 Subject: [PATCH] fixed spelling --- src/libgame/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libgame/misc.c b/src/libgame/misc.c index 6b4acba8..8003dda8 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -3811,7 +3811,7 @@ struct FileInfo *getFileListFromConfigList(struct ConfigInfo *config_list, if (num_file_list_entries_found != num_file_list_entries) { Error("---"); - Error("inconsistant config list information:"); + Error("inconsistent config list information:"); Error("- should be: %d (according to 'src/conf_xxx.h')", num_file_list_entries); Error("- found to be: %d (according to 'src/conf_xxx.c')", -- 2.34.1