diff options
author | dartraiden <wowemuh@gmail.com> | 2023-06-12 02:12:47 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-06-12 02:12:47 +0300 |
commit | ab227cc514430be9528df261043af860dc3d3b42 (patch) | |
tree | cd60e50a4ff2a09d688cbaa51e152ed18ca747f2 /protocols | |
parent | 67fcefb7c0f192b3c1fe79034c93a43f2238f2cd (diff) |
Jabber: fix typo
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 2 |
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
|