summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/ircproto.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-07-25 14:48:32 +0300
committerdartraiden <wowemuh@gmail.com>2018-07-25 14:48:32 +0300
commit88be4e928290b5c015bab331caa5a9022e6ef0cc (patch)
tree85297ff695c41ea7c5a80c9933b3900d7f68e05b /protocols/IRCG/src/ircproto.cpp
parent485fcb013e0a17b2be06eb45cb0243e6561e75b3 (diff)
cosmetic fixes, typos
Diffstat (limited to 'protocols/IRCG/src/ircproto.cpp')
-rw-r--r--protocols/IRCG/src/ircproto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp
index 096ed5b1c8..7bb0a1c882 100644
--- a/protocols/IRCG/src/ircproto.cpp
+++ b/protocols/IRCG/src/ircproto.cpp
@@ -408,7 +408,7 @@ int CIrcProto::FileResume(HANDLE hTransfer, int* action, const wchar_t** szFilen
CMStringW sFileWithQuotes = di->sFile;
- // if spaces in the filename surround witrh quotes
+ // if spaces in the filename surround with quotes
if (sFileWithQuotes.Find(' ', 0) != -1) {
sFileWithQuotes.Insert(0, L"\"");
sFileWithQuotes.Insert(sFileWithQuotes.GetLength(), L"\"");