summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-12 19:44:02 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-12 19:44:02 +0000
commit995fca4d364d8f9c10a99047e0e62f19fa0bbda5 (patch)
treea2c7b92cd4743f7b8ca9247398cc3fad492a2621 /indra/newview/llagent.cpp
parentf9092a94a9eb518f4f5964e35080a29987c18730 (diff)
parent01d462482189abe18a52c293315ab536287b599a (diff)
viewer2 merge.
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 37c03d9d68..afd9d7b3f9 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -5030,9 +5030,9 @@ void LLAgent::buildFullnameAndTitle(std::string& name) const
}
}
-BOOL LLAgent::isInGroup(const LLUUID& group_id, BOOL ingnore_God_mod /* FALSE */) const
+BOOL LLAgent::isInGroup(const LLUUID& group_id, BOOL ignore_god_mode /* FALSE */) const
{
- if (!ingnore_God_mod && isGodlike())
+ if (!ignore_god_mode && isGodlike())
return true;
S32 count = mGroups.count();