typo "tomove" to "to move"

This commit is contained in:
John3 2016-06-12 14:34:26 -05:00
parent 236edb3384
commit 060649dbad
2 changed files with 2 additions and 2 deletions

View file

@ -224,7 +224,7 @@ void NavPath::initPersistFields()
addField("allowDrop", TypeBool, Offset(mLinkTypes.drop, NavPath),
"Allow the path to use drop links.");
addField("allowSwim", TypeBool, Offset(mLinkTypes.swim, NavPath),
"Allow the path tomove in water.");
"Allow the path to move in water.");
addField("allowLedge", TypeBool, Offset(mLinkTypes.ledge, NavPath),
"Allow the path to jump ledges.");
addField("allowClimb", TypeBool, Offset(mLinkTypes.climb, NavPath),