From 060649dbadb39231e09fde85a25ecd6fb83ebfe3 Mon Sep 17 00:00:00 2001 From: John3 Date: Sun, 12 Jun 2016 14:34:26 -0500 Subject: [PATCH] typo "tomove" to "to move" --- Engine/source/T3D/aiPlayer.cpp | 2 +- Engine/source/navigation/navPath.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Engine/source/T3D/aiPlayer.cpp b/Engine/source/T3D/aiPlayer.cpp index 40fcc4709..4c62075a7 100644 --- a/Engine/source/T3D/aiPlayer.cpp +++ b/Engine/source/T3D/aiPlayer.cpp @@ -160,7 +160,7 @@ void AIPlayer::initPersistFields() addField("allowDrop", TypeBool, Offset(mLinkTypes.drop, AIPlayer), "Allow the character to use drop links."); addField("allowSwim", TypeBool, Offset(mLinkTypes.swim, AIPlayer), - "Allow the character tomove in water."); + "Allow the character to move in water."); addField("allowLedge", TypeBool, Offset(mLinkTypes.ledge, AIPlayer), "Allow the character to jump ledges."); addField("allowClimb", TypeBool, Offset(mLinkTypes.climb, AIPlayer), diff --git a/Engine/source/navigation/navPath.cpp b/Engine/source/navigation/navPath.cpp index 72ce494c7..a945e7f8d 100644 --- a/Engine/source/navigation/navPath.cpp +++ b/Engine/source/navigation/navPath.cpp @@ -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),