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/llsdserialize.cpp | |
parent | 9184dfd9bd150ab0961e859e73a519fe9f0154a1 (diff) |
Bunch of trivial typo fixes that were bothering me on another branch!
Diffstat (limited to 'indra/llcommon/llsdserialize.cpp')
-rw-r--r-- | indra/llcommon/llsdserialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdserialize.cpp b/indra/llcommon/llsdserialize.cpp index 69e3ff266a..10f460e8a6 100644 --- a/indra/llcommon/llsdserialize.cpp +++ b/indra/llcommon/llsdserialize.cpp @@ -71,7 +71,7 @@ void LLSDSerialize::serialize(const LLSD& sd, std::ostream& str, ELLSD_Serialize break; default: - llwarns << "serialize request for unkown ELLSD_Serialize" << llendl; + llwarns << "serialize request for unknown ELLSD_Serialize" << llendl; } if (f.notNull()) |