浏览代码

Update AI/Nullkiller/Goals/ExecuteHeroChain.cpp

Co-authored-by: Andrey Filipenkov <[email protected]>
DjWarmonger 3 年之前
父节点
当前提交
5e2d87abd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AI/Nullkiller/Goals/ExecuteHeroChain.cpp

+ 1 - 1
AI/Nullkiller/Goals/ExecuteHeroChain.cpp

@@ -107,7 +107,7 @@ void ExecuteHeroChain::accept(AIGateway * ai)
 						|| targetNode->turns != 0)
 					{
 						logAi->error(
-							"Unable to complete chain. Expected hero %s to arive to %s in 0 turns but he can not do this",
+							"Unable to complete chain. Expected hero %s to arrive to %s in 0 turns but he cannot do this",
 							hero->name,
 							node.coord.toString());