diff options
| author | 2016-04-23 20:30:59 -0400 | |
|---|---|---|
| committer | 2016-04-23 20:30:59 -0400 | |
| commit | abebcbc903cd5bcd567f94e602b1dbc3ae226fae (patch) | |
| tree | 2fc27017ee5030a4f008e022162dbebf90c23b8f /src/modules/dcc/requests.cpp | |
| parent | Fix extraction of sources-date from git (diff) | |
| download | KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.gz KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.bz2 KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.zip | |
general: Typo fixes
Diffstat (limited to 'src/modules/dcc/requests.cpp')
| -rw-r--r-- | src/modules/dcc/requests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp index 4d34a8903..a719175d1 100644 --- a/src/modules/dcc/requests.cpp +++ b/src/modules/dcc/requests.cpp @@ -86,7 +86,7 @@ static void dcc_module_request_error(KviDccRequest * dcc,const QString& errText) if(KVI_OPTION_BOOL(KviOption_boolNotifyFailedDccHandshakes)) { QString szError = QString("Sorry, your DCC %1 request can't be satisfied: %2").arg(dcc->szType.ptr(), errText); - //since szError contains an user-suppplied string, we simplify it to avoid any kind of injection (bug #858) + //since szError contains a user-suppplied string, we simplify it to avoid any kind of injection (bug #858) dcc_module_reply_errmsg(dcc,szError.simplified()); } } |
