Typos fixes.

This commit is contained in:
jeefo 2019-08-07 15:25:14 +03:00
commit c090ca3c54
4 changed files with 8 additions and 9 deletions

View file

@ -138,7 +138,7 @@ BotCreateResult BotManager::create (const String &name, int difficulty, int pers
// do not allow create bots when there is no graph
if (!graph.length ()) {
ctrl.msg ("There is not graph found. Cannot create bot.");
ctrl.msg ("There is no graph found. Cannot create bot.");
return BotCreateResult::GraphError;
}