aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc
diff options
context:
space:
mode:
authorGravatar Dessa2017-05-24 17:39:36 +0200
committerGravatar Dessa2017-05-24 17:39:36 +0200
commit90e1ffeefb2405f71095dd3529b4c0ec2fe2b906 (patch)
treeebc2d440ab6258fd3a51cedafb8313e667f1d71c /src/modules/dcc
parentMake Windows code Unicode-aware (#2219) (diff)
downloadKVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.gz
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.bz2
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.zip
push and pull po{t}s, typo fixes
Diffstat (limited to 'src/modules/dcc')
-rw-r--r--src/modules/dcc/DccChatWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/DccChatWindow.h b/src/modules/dcc/DccChatWindow.h
index 055dc089d..b23da0943 100644
--- a/src/modules/dcc/DccChatWindow.h
+++ b/src/modules/dcc/DccChatWindow.h
@@ -60,7 +60,7 @@ protected:
// to the beginning, kvi_realloc data.buffer and update data.iLen
// If bCritical is true, it should handle the whole data buffer
// since the thread is going to die
- // It should return true if the handing was succesfull
+ // It should return true if the handing was successful
// or false if the thread should be stopped
virtual bool handleIncomingData(KviDccThreadIncomingData * data, bool bCritical);