diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-23 20:15:48 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-23 20:15:48 +0200 |
commit | de485d96a45e53b14a853696c92b4b70b5778879 (patch) | |
tree | ab2cf0010cbe2a0f3217903bb2a593baa3c40913 /indra/newview/llcallfloater.cpp | |
parent | 568adbcdb0d9ab4151b1aeb54181c20a15e5f798 (diff) |
Fixed spelling and a wrong doxygen tag.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index c222ced98f..18dfc43220 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -280,7 +280,7 @@ void LLCallFloater::updateSession() bool is_local_chat = mVoiceType == VC_LOCAL_CHAT; childSetVisible("leave_call_btn", !is_local_chat); - refreshPartisipantList(); + refreshParticipantList(); updateAgentModeratorState(); //show floater for voice calls @@ -304,7 +304,7 @@ void LLCallFloater::updateSession() } } -void LLCallFloater::refreshPartisipantList() +void LLCallFloater::refreshParticipantList() { // lets forget states from the previous session // for timers... |