diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-18 16:27:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-18 16:27:20 +0300 |
commit | 024facecf1fd58f8cf959b73deb415b0858b56cb (patch) | |
tree | 66fd9597bd9a52e577a4d65505f43f3493744ec5 /plugins/New_GPG/src/messages.cpp | |
parent | 7109e803b5de8d423e7c4f63805f9be7d3e758e2 (diff) |
typos fixed
Diffstat (limited to 'plugins/New_GPG/src/messages.cpp')
-rwxr-xr-x | plugins/New_GPG/src/messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/messages.cpp b/plugins/New_GPG/src/messages.cpp index bb42e46d35..4bd3f03698 100755 --- a/plugins/New_GPG/src/messages.cpp +++ b/plugins/New_GPG/src/messages.cpp @@ -136,7 +136,7 @@ static void RecvMsgSvc_func(RecvParams *param) params.addParam(globals.wszPassword.c_str()); } else if (globals.bDebugLog) - globals.debuglog << "info: passwords not found in database or memory, trying to decrypt message from " + toUTF8(Clist_GetContactDisplayName(hContact)) + " with out password"; + globals.debuglog << "info: passwords not found in database or memory, trying to decrypt message from " + toUTF8(Clist_GetContactDisplayName(hContact)) + " without password"; } if (!globals.bDebugLog) { |