diff --git a/code/botlib/be_ai_char.c b/code/botlib/be_ai_char.c index 4adb2812..c2ee7a48 100644 --- a/code/botlib/be_ai_char.c +++ b/code/botlib/be_ai_char.c @@ -222,7 +222,7 @@ bot_character_t *BotLoadCharacterFromFile(char *charfile, int skill) source = LoadSourceFile(charfile); if (!source) { - botimport.Print(PRT_ERROR, "counldn't load %s\n", charfile); + botimport.Print(PRT_ERROR, "couldn't load %s\n", charfile); return NULL; } //end if ch = (bot_character_t *) GetClearedMemory(sizeof(bot_character_t) + diff --git a/code/botlib/be_ai_chat.c b/code/botlib/be_ai_chat.c index abbcdc09..68e4b577 100644 --- a/code/botlib/be_ai_chat.c +++ b/code/botlib/be_ai_chat.c @@ -629,7 +629,7 @@ bot_synonymlist_t *BotLoadSynonyms(char *filename) source = LoadSourceFile(filename); if (!source) { - botimport.Print(PRT_ERROR, "counldn't load %s\n", filename); + botimport.Print(PRT_ERROR, "couldn't load %s\n", filename); return NULL; } //end if // diff --git a/code/botlib/be_ai_goal.c b/code/botlib/be_ai_goal.c index de7d6ecc..82885bd4 100644 --- a/code/botlib/be_ai_goal.c +++ b/code/botlib/be_ai_goal.c @@ -288,7 +288,7 @@ itemconfig_t *LoadItemConfig(char *filename) PC_SetBaseFolder(BOTFILESBASEFOLDER); source = LoadSourceFile( path ); if( !source ) { - botimport.Print( PRT_ERROR, "counldn't load %s\n", path ); + botimport.Print( PRT_ERROR, "couldn't load %s\n", path ); return NULL; } //end if //initialize item config diff --git a/code/botlib/be_ai_weap.c b/code/botlib/be_ai_weap.c index df685114..7bd67c38 100644 --- a/code/botlib/be_ai_weap.c +++ b/code/botlib/be_ai_weap.c @@ -224,7 +224,7 @@ weaponconfig_t *LoadWeaponConfig(char *filename) source = LoadSourceFile(path); if (!source) { - botimport.Print(PRT_ERROR, "counldn't load %s\n", path); + botimport.Print(PRT_ERROR, "couldn't load %s\n", path); return NULL; } //end if //initialize weapon config diff --git a/code/botlib/be_ai_weight.c b/code/botlib/be_ai_weight.c index 1d73b479..6bb7b87a 100644 --- a/code/botlib/be_ai_weight.c +++ b/code/botlib/be_ai_weight.c @@ -327,7 +327,7 @@ weightconfig_t *ReadWeightConfig(char *filename) source = LoadSourceFile(filename); if (!source) { - botimport.Print(PRT_ERROR, "counldn't load %s\n", filename); + botimport.Print(PRT_ERROR, "couldn't load %s\n", filename); return NULL; } //end if //