# HG changeset patch # User Kim Alvefur # Date 1614953121 -3600 # Node ID fc7706fe115d6a64b238a93cd490e044a5d1a4ad # Parent 2358299bc9288ebcb7dd4e0ec77fc48a0854e866 mod_csi_simple: s/algoritm/algorithm/ [codespell] diff -r 2358299bc928 -r fc7706fe115d plugins/mod_csi_simple.lua --- 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