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.h | |
parent | 568adbcdb0d9ab4151b1aeb54181c20a15e5f798 (diff) |
Fixed spelling and a wrong doxygen tag.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 537c57f671..558f02d97e 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -114,7 +114,7 @@ private: /** * Refreshes participant list according to current Voice Channel */ - void refreshPartisipantList(); + void refreshParticipantList(); /** * Handles event on avatar list is refreshed after it was marked dirty. @@ -133,7 +133,7 @@ private: /** * Sets initial participants voice states in avatar list (Invited, Joined, Has Left). * - * @see refreshPartisipantList() + * @see refreshParticipantList() * @see onAvatarListRefreshed() * @see mInitParticipantsVoiceState */ |