summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-05 18:29:20 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-05 18:29:20 +0000
commit3856dcbbf36e0c8d1d278e9a7603a151580ccff1 (patch)
treebf337edc8a98bfbae6321a327cd2a56cd6043c9b /indra/newview
parent9806116fe8273bc6ba1781027d5efe8225aa86c9 (diff)
trivial comment fixes.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lllocationinputctrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp
index 66cc3c6724..ff713d74ad 100644
--- a/indra/newview/lllocationinputctrl.cpp
+++ b/indra/newview/lllocationinputctrl.cpp
@@ -972,8 +972,8 @@ void LLLocationInputCtrl::changeLocationPresentation()
if (!mTextEntry)
return;
- //change location presentation only if user does not select/past anything and
- //human-readable region name is being displayed
+ //change location presentation only if user does not select/paste anything and
+ //human-readable region name is being displayed
std::string text = mTextEntry->getText();
LLStringUtil::trim(text);
if(!mTextEntry->hasSelection() && text == mHumanReadableLocation)