summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-09-08 16:44:38 -0400
committerbrad kittenbrink <brad@lindenlab.com>2009-09-08 16:44:38 -0400
commit11d10bd53aa14a7a18ffb40a5195e95f4e108c21 (patch)
treeabdcf626a4029b522845e4bfd5235eb383997f61 /indra/llmessage
parent2ecd2689808ca0de4eb80d2e1459bf09d2499ea7 (diff)
parent40743eaf99c9cbfee08f0bb44bc7c614bc660f34 (diff)
merged cg's automated build script changes into login-api
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llcachename.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp
index a4304596de..a403c44b71 100644
--- a/indra/llmessage/llcachename.cpp
+++ b/indra/llmessage/llcachename.cpp
@@ -551,7 +551,7 @@ BOOL LLCacheName::getGroupName(const LLUUID& id, std::string& group)
// This is a little bit kludgy. LLCacheNameCallback is a slot instead of a function pointer.
// The reason it is a slot is so that the legacy get() function below can bind an old callback
// and pass it as a slot. The reason it isn't a boost::function is so that trackable behavior
-// deson't get lost. As a result, we have to bind the slot to a signal to call it, even when
+// doesn't get lost. As a result, we have to bind the slot to a signal to call it, even when
// we call it immediately. -Steve
// NOTE: Even though passing first and last name is a bit of extra overhead, it eliminates the
// potential need for any parsing should any code need to handle first and last name independently.