diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:28:17 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:28:17 +0100 |
commit | 68a974e337c921a63676d6dc054d9c11ea4cb76d (patch) | |
tree | 42f925131965d127ac37920f467770450156030c /indra/llcommon/llstring.h | |
parent | 9184dfd9bd150ab0961e859e73a519fe9f0154a1 (diff) |
Bunch of trivial typo fixes that were bothering me on another branch!
Diffstat (limited to 'indra/llcommon/llstring.h')
-rw-r--r-- | indra/llcommon/llstring.h | 2 |
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); |