diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2024-01-22 11:38:02 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@atlas.cz> | 2024-01-22 11:38:02 +0100 |
commit | 0805aace8025c3edbf348bd0835e3cf523a1961d (patch) | |
tree | a724775e930d54eb5133af9e374fde63d0aff631 /lualib/lua_maps.lua | |
parent | aaf4373418969e0011762c3e01697116f483ecc2 (diff) | |
download | rspamd-0805aace8025c3edbf348bd0835e3cf523a1961d.tar.gz rspamd-0805aace8025c3edbf348bd0835e3cf523a1961d.zip |
[Minor] Fix typo in comment
Diffstat (limited to 'lualib/lua_maps.lua')
-rw-r--r-- | lualib/lua_maps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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. --]] |