From ab227cc514430be9528df261043af860dc3d3b42 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 12 Jun 2023 02:12:47 +0300 Subject: Jabber: fix typo --- protocols/JabberG/src/jabber_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src') 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 -- cgit v1.2.3