summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/messages.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-18 16:27:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-18 16:27:20 +0300
commit024facecf1fd58f8cf959b73deb415b0858b56cb (patch)
tree66fd9597bd9a52e577a4d65505f43f3493744ec5 /plugins/New_GPG/src/messages.cpp
parent7109e803b5de8d423e7c4f63805f9be7d3e758e2 (diff)
typos fixed
Diffstat (limited to 'plugins/New_GPG/src/messages.cpp')
-rwxr-xr-xplugins/New_GPG/src/messages.cpp2
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) {