summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/JabberG/src/jabber_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index 3f831ceef5..c044ed9998 100644
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -440,7 +440,7 @@ bool CJabberProto::ServerThreadStub(ThreadData &info)
if (info.conn.useSSL) {
debugLogA("Intializing SSL connection");
if (!Netlib_StartSsl(info.s, nullptr)) {
- MsgPopup(0, TranslateT("Error"), TranslateT("SSL intialization failed"));
+ MsgPopup(0, TranslateT("Error"), TranslateT("SSL initialization failed"));
if (!info.bIsReg)
ProtoBroadcastAck(0, ACKTYPE_LOGIN, ACKRESULT_FAILED, nullptr, LOGINERR_NONETWORK);
else