diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-05 15:05:21 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-05 15:05:21 +0100 |
commit | 89ec64ff8943b57ae0b237876f59e84ea524b8b9 (patch) | |
tree | 1196f95a85227419430beffeb8146760fd38fe36 | |
parent | 4ecda569bd8d509fa4df153f5032e5844ab06093 (diff) | |
download | prosody-89ec64ff8943b57ae0b237876f59e84ea524b8b9.tar.gz prosody-89ec64ff8943b57ae0b237876f59e84ea524b8b9.zip |
mod_csi_simple: s/algoritm/algorithm/ [codespell]
-rw-r--r-- | plugins/mod_csi_simple.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_csi_simple.lua b/plugins/mod_csi_simple.lua index e635909a..be63c325 100644 --- a/plugins/mod_csi_simple.lua +++ b/plugins/mod_csi_simple.lua @@ -223,7 +223,7 @@ function module.command(arg) if arg[1] ~= "test" then print("Usage: "..module.name.." test < test-stream.xml") print(""); - print("Provide a series of stanzas to test against importance algoritm"); + print("Provide a series of stanzas to test against importance algorithm"); return 1; end -- luacheck: ignore 212/self |