From 9e4b977b2fbb565cef88f3d72e07dbdf8cb2cd69 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Fri, 12 Jan 2018 12:35:22 -0500
Subject: [PATCH] spell "Requesting" correctly

---
 indra/newview/llvoicevivox.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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