diff options
author | Richard Linden <none@none> | 2014-02-26 11:59:49 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2014-02-26 11:59:49 -0800 |
commit | ac9849fb03ec5173ff7ec1b968550e006e8c769e (patch) | |
tree | ec613c89b520993e3f99561312c68668cdb08182 /indra/newview/llimview.cpp | |
parent | ccc15df25f86d14bb28c550d64ca4ed77f3fde6e (diff) |
fixed mispelling of generateOutgoingAdHocHash
Diffstat (limited to 'indra/newview/llimview.cpp')
-rwxr-xr-x | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 2871dbd70d..7aec056b0a 100755 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -785,7 +785,7 @@ bool LLIMModel::LLIMSession::isOtherParticipantAvaline() return !mOtherParticipantIsAvatar; } -LLUUID LLIMModel::LLIMSession::generateOutgouigAdHocHash() const +LLUUID LLIMModel::LLIMSession::generateOutgoingAdHocHash() const { LLUUID hash = LLUUID::null; |