From: Petr Vaněk Date: Mon, 22 Jan 2024 10:38:02 +0000 (+0100) Subject: [Minor] Fix typo in comment X-Git-Tag: 3.8.1~11^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4785%2Fhead;p=rspamd.git [Minor] Fix typo in comment --- diff --git a/lualib/lua_maps.lua b/lualib/lua_maps.lua index a88c4ca1a..d3573100a 100644 --- a/lualib/lua_maps.lua +++ b/lualib/lua_maps.lua @@ -561,7 +561,7 @@ exports.rspamd_maybe_check_map = rspamd_maybe_check_map -- optional = true, -- } -- } --- -- Then this function will look for opts.my_map parameter and try to replace it's with +-- -- Then this function will look for opts.my_map parameter and try to replace it with -- -- a map with the specific type, description but not failing if it was empty. -- -- It will also set options.my_map_orig to the original value defined in the map. --]]