diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-03 10:52:00 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-03 10:52:00 +0100 |
commit | a05c48cf140f483546828fa264c8904d190d46bc (patch) | |
tree | 7bebc1791161966c15112485bb20ac3804d35448 /indra/newview | |
parent | d3060e64a2aee975320e10a6c240387f04dc973c (diff) |
minor comment typo that was bugging me.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index 60a2392d87..b494470cbc 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -449,7 +449,7 @@ void LLCallFloater::updateAgentModeratorState() if(gAgent.isInGroup(mSpeakerManager->getSessionID())) { // This method can be called when LLVoiceChannel.mState == STATE_NO_CHANNEL_INFO - // in this case there are no any speakers yet. + // in this case there are not any speakers yet. if (mSpeakerManager->findSpeaker(gAgentID)) { // Agent is Moderator |