diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 18:29:20 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 18:29:20 +0000 |
commit | 3856dcbbf36e0c8d1d278e9a7603a151580ccff1 (patch) | |
tree | bf337edc8a98bfbae6321a327cd2a56cd6043c9b /indra/newview | |
parent | 9806116fe8273bc6ba1781027d5efe8225aa86c9 (diff) |
trivial comment fixes.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lllocationinputctrl.cpp | 4 |
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) |