diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:25:06 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:25:06 +0100 |
commit | 2044179baf05742c09d1e06b93679f3545b62551 (patch) | |
tree | 3127371f94834777ff47cefd04ec0d3d0e3dda7b /indra/newview/lltoastgroupnotifypanel.cpp | |
parent | 89e1f3be753c7c5153261ebb94095f2dee95a991 (diff) |
trivial typo fix.
Diffstat (limited to 'indra/newview/lltoastgroupnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastgroupnotifypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastgroupnotifypanel.cpp b/indra/newview/lltoastgroupnotifypanel.cpp index 4c75b07ae8..bf79492b1e 100644 --- a/indra/newview/lltoastgroupnotifypanel.cpp +++ b/indra/newview/lltoastgroupnotifypanel.cpp @@ -59,7 +59,7 @@ LLToastGroupNotifyPanel::LLToastGroupNotifyPanel(LLNotificationPtr& notification LLGroupData groupData; if (!gAgent.getGroupData(payload["group_id"].asUUID(),groupData)) { - llwarns << "Group notice for unkown group: " << payload["group_id"].asUUID() << llendl; + llwarns << "Group notice for unknown group: " << payload["group_id"].asUUID() << llendl; } //group icon |