aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/requests.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-08-31 09:10:41 +0000
committerGravatar Fabio Bas2010-08-31 09:10:41 +0000
commitc8ba5d212c9da7d11f08684c5d244cfaad4d0032 (patch)
treeed21d44e601fd369c5830bf7c445879ed3ebc5a0 /src/modules/dcc/requests.cpp
parentsome fix for OnHighlight doc (diff)
downloadKVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.tar.gz
KVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.tar.bz2
KVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.zip
applied typo fixes for the "file" and "config" modules (thank OmegaPhil)
fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
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);