From 0805aace8025c3edbf348bd0835e3cf523a1961d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20Van=C4=9Bk?= Date: Mon, 22 Jan 2024 11:38:02 +0100 Subject: [PATCH] [Minor] Fix typo in comment --- lualib/lua_maps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. --]] -- 2.39.5