aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Matt Ullman2015-08-19 15:18:48 -0400
committerGravatar Matt Ullman2015-08-19 15:18:48 -0400
commit9631f2a5d488f3b37263659710523bb6decdd2a6 (patch)
tree5a960c7ff1a5493c1be5f31586f4344c551c2577 /src/modules
parentMerge pull request #1515 from DarthGandalf/master (diff)
downloadKVIrc-9631f2a5d488f3b37263659710523bb6decdd2a6.tar.gz
KVIrc-9631f2a5d488f3b37263659710523bb6decdd2a6.tar.bz2
KVIrc-9631f2a5d488f3b37263659710523bb6decdd2a6.zip
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.
*/