1
0
Fork 0
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:
Kim Alvefur 2021-03-05 15:05:21 +01:00
parent 4ecda569bd
commit 89ec64ff89

View file

@ -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