diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:47:55 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:47:55 +0100 |
| commit | a4d40619c744cca672f4e30401562e088b615ce4 (patch) | |
| tree | 122c9a0cdfe58a5c572c03acb88614ad20a91026 /indra/newview/lltoastgroupnotifypanel.cpp | |
| parent | 9184dfd9bd150ab0961e859e73a519fe9f0154a1 (diff) | |
| parent | 35962b54e0afa14cd89eb028efb13787802c18a0 (diff) | |
merge
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 |
