aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/str
diff options
context:
space:
mode:
authorGravatar Elvio Basello2007-01-22 18:43:37 +0000
committerGravatar Elvio Basello2007-01-22 18:43:37 +0000
commit59255790cc8d4c16af26da1f275a2cd9c4fca981 (patch)
treef148d79299e8059516cc4a01bccb90f3cbd39566 /src/modules/str
parentfixed flags for channel owner/admin in gnotice (diff)
downloadKVIrc-59255790cc8d4c16af26da1f275a2cd9c4fca981.tar.gz
KVIrc-59255790cc8d4c16af26da1f275a2cd9c4fca981.tar.bz2
KVIrc-59255790cc8d4c16af26da1f275a2cd9c4fca981.zip
fixed doc;
added sha1 command git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@229 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 14126657d..9700819f8 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -1505,7 +1505,7 @@ static bool str_kvs_fnc_charsum(KviKvsModuleFunctionCall * c)
@syntax:
<string> $str.digest(<data:string>[,<algorythm:string>])
@description:
- Calcilates digest for given string,using algorytm,passed as 2nd argument.
+ Calculates digest for given string using algorithm passed as 2nd argument.
Currently supported: md5, md4, md2, sha1, mdc2, ripemd160, dss1
Default is md5. Requires OpenSSL support
*/