diff options
| author | 2018-01-11 03:53:11 +0100 | |
|---|---|---|
| committer | 2018-01-11 03:53:11 +0100 | |
| commit | e4a0332b98847e6d02b033cc61caa6f66aab06cf (patch) | |
| tree | 2110bb0b7fd01c94500ae5090d06f2a8493f1857 /src | |
| parent | Move Class Window List option to its proper location (diff) | |
| download | KVIrc-e4a0332b98847e6d02b033cc61caa6f66aab06cf.tar.gz KVIrc-e4a0332b98847e6d02b033cc61caa6f66aab06cf.tar.bz2 KVIrc-e4a0332b98847e6d02b033cc61caa6f66aab06cf.zip | |
fix typo in libkvidcc.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index 510c5b122..16427465b 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -2420,7 +2420,7 @@ static bool dcc_kvs_fnc_ircContext(KviKvsModuleFunctionCall * c) } else { - c->error(__tr2qs_ctx("The IRC context that originated the DCC doesn't exists anymore.", "dcc")); + c->error(__tr2qs_ctx("The IRC context that originated the DCC doesn't exist anymore.", "dcc")); return false; } } |
