mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
mod_csi_simple: s/algoritm/algorithm/ [codespell]
This commit is contained in:
parent
4ecda569bd
commit
89ec64ff89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue