plugins/mod_csi_simple.lua
changeset 11429 fc7706fe115d
parent 11405 228bd43fbc3d
child 11577 cb5748f94840
--- 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