aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/requests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc/requests.cpp')
-rw-r--r--src/modules/dcc/requests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp
index e4aad108d..37ae55525 100644
--- a/src/modules/dcc/requests.cpp
+++ b/src/modules/dcc/requests.cpp
@@ -887,7 +887,7 @@ static void dccModuleParseDccGet(KviDccRequest *dcc)
if(KVI_OPTION_BOOL(KviOption_boolCantAcceptIncomingDccConnections))
{
- // we have to use DCC RSEND , otherwise it will not work
+ // we have to use DCC RSEND, otherwise it will not work
KviStr szSubproto("RSEND");
szSubproto.prepend(szExtensions);
@@ -901,7 +901,7 @@ static void dccModuleParseDccGet(KviDccRequest *dcc)
// able to recognize the file.
// Here we add another temporary offer with the right filename.
- // now add a file offer , so he we will accept it automatically
+ // now add a file offer, so he we will accept it automatically
// 120 secs is a reasonable timeout
QString szMask;
dcc->ctcpMsg->pSource->mask(szMask,KviIrcMask::NickUserHost);