From 586c6e76fdd78bb6366c6cc64d16a06d5887f0d4 Mon Sep 17 00:00:00 2001
From: Vadim Dashevskiy <watcherhd@gmail.com>
Date: Thu, 2 Oct 2014 20:01:51 +0000
Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@10671
 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c

---
 protocols/VKontakte/src/misc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'protocols')

diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp
index 7eb1a6dde2..2a3b930fa2 100644
--- a/protocols/VKontakte/src/misc.cpp
+++ b/protocols/VKontakte/src/misc.cpp
@@ -117,7 +117,7 @@ bool CVkProto::CheckJsonResult(AsyncHttpRequest *pReq, NETLIBHTTPREQUEST *reply,
 			pReq->m_iRetry--;
 		}
 		else{
-			CMString msg, msgformat = TranslateT("Error %d. Data will not be send or received.");
+			CMString msg, msgformat = TranslateT("Error %d. Data will not be sent or received.");
 			msg.AppendFormat(msgformat, iErrorCode);
 			MsgPopup(NULL, msg.GetBuffer(), TranslateT("Error"), true);
 		}
-- 
cgit v1.2.3