diff options
| author | 2015-08-19 23:38:05 +0200 | |
|---|---|---|
| committer | 2015-08-19 23:38:05 +0200 | |
| commit | 2b610b73183ee9c8c757d52738a2563b8e2ef2ee (patch) | |
| tree | 5a960c7ff1a5493c1be5f31586f4344c551c2577 /src/modules | |
| parent | Merge pull request #1515 from DarthGandalf/master (diff) | |
| parent | str.join: Update documentation to fix a typo (diff) | |
| download | KVIrc-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.cpp | 2 |
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. */ |
