summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src
diff options
context:
space:
mode:
authorKonstantin Nikulin <apollo2k4@narod.ru>2019-11-12 22:13:11 +0200
committerKonstantin Nikulin <apollo2k4@narod.ru>2019-11-12 22:13:11 +0200
commit9271d964814ce1272483b8ea95dd2e00f2471802 (patch)
tree9066658d250c2f15feb895d5957a0947dd3b975a /plugins/New_GPG/src
parent68b4d3735b9f20ae47fccc344db17dc1771948ee (diff)
type fix
Diffstat (limited to 'plugins/New_GPG/src')
-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 ea21d69520..0e156d8918 100755
--- a/plugins/New_GPG/src/messages.cpp
+++ b/plugins/New_GPG/src/messages.cpp
@@ -789,7 +789,7 @@ INT_PTR SendMsgSvc(WPARAM w, LPARAM l)
if (strstr(msg, "-----BEGIN PGP MESSAGE-----")) {
if (globals.bDebugLog)
- globals.debuglog << std::string(time_str() + ": info: encrypted messge, let it go, name: " + toUTF8(Clist_GetContactDisplayName(ccs->hContact)));
+ globals.debuglog << std::string(time_str() + ": info: encrypted message, let it go, name: " + toUTF8(Clist_GetContactDisplayName(ccs->hContact)));
return Proto_ChainSend(w, ccs);
}