diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/IRCG/src/ircproto.cpp | 2 |
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"\"");
|