typos, patch by Ansgar Burchardt <ansgar@43-1.org>

This commit is contained in:
Thilo Schulz 2011-02-04 17:18:40 +00:00
parent 31d99e2c4e
commit 8869e989e4
4 changed files with 6 additions and 6 deletions

View file

@ -2198,7 +2198,7 @@ bot_chat_t *BotLoadInitialChat(char *chatfile, char *chatname)
#ifdef DEBUG
botimport.Print(PRT_MESSAGE, "initial chats loaded in %d msec\n", Sys_MilliSeconds() - starttime);
#endif //DEBUG
//character was read succesfully
//character was read successfully
return chat;
} //end of the function BotLoadInitialChat
//===========================================================================