diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index 461c503ab42ce3a5d5a659875a61c7e410151d47..627b83818fe9986dcd5be28b4dabbe8851d13624 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();