summaryrefslogtreecommitdiffstats
path: root/src/modules/str/libkvistr.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:51:51 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:51:51 -0500
commit7808ef5643db84e4f054c829fe442c9bed44ca9b (patch)
tree1928e7282af37c14c7771e1ad20f09774152a53a /src/modules/str/libkvistr.cpp
parent883738eedfef131d2a03ac11927eb63dad7dfab6 (diff)
downloadkvirc-7808ef5643db84e4f054c829fe442c9bed44ca9b.tar.gz
kvirc-7808ef5643db84e4f054c829fe442c9bed44ca9b.zip
Fix typos.
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
-rw-r--r--src/modules/str/libkvistr.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp
index b7ea2e7c..7cd6b0c5 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -144,11 +144,11 @@ static bool str_kvs_cmd_toClipboard(KviKvsModuleCommandCall * c)
@title:
$str.len
@short:
- Returns the lenght of the given string
+ Returns the length of the given string
@syntax:
<uint> $str.len(<data:string>)
@description:
- Returns the lenght (that is, number of characters) of the given string.
+ Returns the length (that is, number of characters) of the given string.
This function is internally aliased to [fnc]$str.length[/fnc]() too.
*/
@@ -159,11 +159,11 @@ static bool str_kvs_cmd_toClipboard(KviKvsModuleCommandCall * c)
@title:
$str.length
@short:
- Returns the lenght of the given string
+ Returns the length of the given string
@syntax:
<uint> $str.length(<data:string>)
@description:
- Returns the lenght (that is, number of characters) of the given string.
+ Returns the length (that is, number of characters) of the given string.
This function is internally aliased to [fnc]$str.len[/fnc]() too.
*/