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.h | |
parent | ccc15df25f86d14bb28c550d64ca4ed77f3fde6e (diff) |
fixed mispelling of generateOutgoingAdHocHash
Diffstat (limited to 'indra/newview/llimview.h')
-rwxr-xr-x | indra/newview/llimview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 382b0e0a77..1426bada95 100755 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -93,7 +93,7 @@ public: bool isGroupSessionType() const { return mSessionType == GROUP_SESSION;} bool isAvalineSessionType() const { return mSessionType == AVALINE_SESSION;} - LLUUID generateOutgouigAdHocHash() const; + LLUUID generateOutgoingAdHocHash() const; //*TODO make private /** ad-hoc sessions involve sophisticated chat history file naming schemes */ |