Fix some typos in vector strings.

This commit is contained in:
RoosterDragon
2015-12-10 21:53:11 +00:00
parent 4ed5a24bbe
commit 654ca6ed03
3 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenRA
set
{
throw new LuaException("WVec is read-only. Use CVec.New to create a new value");
throw new LuaException("CVec is read-only. Use CVec.New to create a new value");
}
}