summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsdserialize.cpp
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-09-13 22:50:12 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-09-13 22:50:12 -0700
commitc9c02d1236fde6a3fc647d2002959aad955c014c (patch)
tree6cfa8b8df072d71b1c60088e7af4cf87cdeb7585 /indra/llcommon/llsdserialize.cpp
parente41058e92a0ac401206bd979ffc46a5acda17a37 (diff)
parent73ba1f288d30777754d13560863e3e4fade2fc6a (diff)
merge lenny build improvements.
Diffstat (limited to 'indra/llcommon/llsdserialize.cpp')
-rw-r--r--indra/llcommon/llsdserialize.cpp2
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())