aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_csi_simple.lua2
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