aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar wodim2015-08-19 23:38:05 +0200
committerGravatar wodim2015-08-19 23:38:05 +0200
commit2b610b73183ee9c8c757d52738a2563b8e2ef2ee (patch)
tree5a960c7ff1a5493c1be5f31586f4344c551c2577 /src/modules
parentMerge pull request #1515 from DarthGandalf/master (diff)
parentstr.join: Update documentation to fix a typo (diff)
downloadKVIrc-2b610b73183ee9c8c757d52738a2563b8e2ef2ee.tar.gz
KVIrc-2b610b73183ee9c8c757d52738a2563b8e2ef2ee.tar.bz2
KVIrc-2b610b73183ee9c8c757d52738a2563b8e2ef2ee.zip
Merge pull request #1516 from blindirc/typo
str.join: Update documentation to fix a typo
Diffstat (limited to 'src/modules')
-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 851d7619e..8b7d94ddd 100644
--- a/src/modules/str/libkvistr.cpp
+++ b/src/modules/str/libkvistr.cpp
@@ -1441,7 +1441,7 @@ static bool str_kvs_fnc_digest(KviKvsModuleFunctionCall * c)
@description:
Joins all the string in the <data> array by using
the specified <separator> and returns the result.
- If <flags> contains the character "n" then empty strings in teh <data>
+ If <flags> contains the character "n" then empty strings in the <data>
array are skipped.
*/