aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-11-15 16:48:31 +0000
committerGravatar Fabio Bas2010-11-15 16:48:31 +0000
commitaed061e29392df1132201c7fb6bf019df35f0f69 (patch)
treef900bf6a079968178e59e3ff455c8c7ef7421960 /src/modules/str
parentMore IPC tweaks. QWidget::winEvent has a new signature in Qt4. (diff)
downloadKVIrc-aed061e29392df1132201c7fb6bf019df35f0f69.tar.gz
KVIrc-aed061e29392df1132201c7fb6bf019df35f0f69.tar.bz2
KVIrc-aed061e29392df1132201c7fb6bf019df35f0f69.zip
english corrections on docs by OmegaPhil
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5141 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/str')
-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 2efdb4fa9..f79cc53a6 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -684,7 +684,7 @@ static bool str_kvs_fnc_right(KviKvsModuleFunctionCall * c)
@syntax:
<string> $str.mid(<data:string>,<startidx:int>,<nchars:int>)
@description:
- This function returns a substring of the first string parameter wich is the
+ This function returns a substring of the first string parameter which is the
string starting at the (numeric) index given with startidx and counting nchars
forward. If <nchars> is not given or is less than 1, all the characters until
the end of the string will be returned.