summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-01-12 12:35:22 -0500
committerOz Linden <oz@lindenlab.com>2018-01-12 12:35:22 -0500
commit9e4b977b2fbb565cef88f3d72e07dbdf8cb2cd69 (patch)
treec6ad863960984de8642f1dcbda7bbfed124a4c07 /indra/newview
parent47257bb010ef91ddd43a822738d529d5437c83df (diff)
spell "Requesting" correctly
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvoicevivox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index 461c503ab4..627b83818f 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -973,7 +973,7 @@ bool LLVivoxVoiceClient::establishVoiceConnection()
bool connected(false);
bool giving_up(false);
int retries = 0;
- LL_INFOS("Voice") << "Requestiong connection to voice service" << LL_ENDL;
+ LL_INFOS("Voice") << "Requesting connection to voice service" << LL_ENDL;
LLVoiceVivoxStats::getInstance()->establishAttemptStart();
connectorCreate();