Software /
code /
prosody
Diff
plugins/mod_csi_simple.lua @ 11425:fc7706fe115d
mod_csi_simple: s/algoritm/algorithm/ [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 05 Mar 2021 15:05:21 +0100 |
parent | 11401:228bd43fbc3d |
child | 11573:cb5748f94840 |
line wrap: on
line diff
--- a/plugins/mod_csi_simple.lua Fri Mar 05 15:04:45 2021 +0100 +++ b/plugins/mod_csi_simple.lua Fri Mar 05 15:05:21 2021 +0100 @@ -223,7 +223,7 @@ 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