Changeset

11425:fc7706fe115d

mod_csi_simple: s/algoritm/algorithm/ [codespell]
author Kim Alvefur <zash@zash.se>
date Fri, 05 Mar 2021 15:05:21 +0100
parents 11424:2358299bc928
children 11426:c7948491c5e4
files plugins/mod_csi_simple.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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