diff --git a/src/graph.cpp b/src/graph.cpp index 0f0b3a6..b957640 100644 --- a/src/graph.cpp +++ b/src/graph.cpp @@ -1611,7 +1611,7 @@ bool BotGraph::loadGraphData () { int mapSize = getBspSize (); if (mapSize != exten.mapSize) { - msg ("Warning: Graph data is probably not for this map. Please check bots behavior."); + msg ("Warning: Graph data is probably not for this map. Please check bots behaviour."); } } cv_debug_goal.set (kInvalidNodeIndex);