diff options
Diffstat (limited to 'src/modules/str/libkvistr.cpp')
-rw-r--r-- | src/modules/str/libkvistr.cpp | 8 |
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. */ |