aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str/libkvistr.cpp
diff options
context:
space:
mode:
authorGravatar wodim2011-06-23 18:20:50 +0000
committerGravatar wodim2011-06-23 18:20:50 +0000
commit5c6fe74ecfa3282fb2c3b06ffb417661ec601014 (patch)
tree6fc7e312570383c4e4c30163e62d84cea4e046d1 /src/modules/str/libkvistr.cpp
parentupdating the FAQ list (diff)
downloadKVIrc-5c6fe74ecfa3282fb2c3b06ffb417661ec601014.tar.gz
KVIrc-5c6fe74ecfa3282fb2c3b06ffb417661ec601014.tar.bz2
KVIrc-5c6fe74ecfa3282fb2c3b06ffb417661ec601014.zip
murder typo spotted by TheRipper
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5876 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
-rw-r--r--src/modules/str/libkvistr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp
index 8a9360b76..b01083350 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -511,7 +511,7 @@ static bool str_kvs_fnc_cmp(KviKvsModuleFunctionCall * c)
given as his second parameter, and will return the index where the nth ocurrence
given as the third parameter is found or -1 if it's not located. It starts
counting at 0. If occurence is not specified then the first occurence
- is searched. WARNING: The occurente number starts from 1! (Yes, that's a bug, but
+ is searched. WARNING: The occurence number starts from 1! (Yes, that's a bug, but
for backward compatibility it must remain as it is :( ).[br]
FIXME: The semantics of this function are totally broken :(
*/