summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstring.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-13 22:18:30 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-13 22:18:30 +0100
commit73ba1f288d30777754d13560863e3e4fade2fc6a (patch)
treec9dd8e7e9e89067f0feecf271e97c03a6b10140e /indra/llcommon/llstring.h
parentdd658963a76ba7a31c0c82457d2dc1200a504bf5 (diff)
parentb909ac1de9db6e7a7d68cd4168672ba6bbc838c0 (diff)
merge
Diffstat (limited to 'indra/llcommon/llstring.h')
-rw-r--r--indra/llcommon/llstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h
index 88fecb57bf..7e41e787b5 100644
--- a/indra/llcommon/llstring.h
+++ b/indra/llcommon/llstring.h
@@ -435,7 +435,7 @@ LL_COMMON_API bool iswindividual(llwchar elem);
*/
// Make the incoming string a utf8 string. Replaces any unknown glyph
-// with the UNKOWN_CHARACTER. Once any unknown glph is found, the rest
+// with the UNKNOWN_CHARACTER. Once any unknown glyph is found, the rest
// of the data may not be recovered.
LL_COMMON_API std::string rawstr_to_utf8(const std::string& raw);