]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix typo in comment 4785/head
authorPetr Vaněk <arkamar@atlas.cz>
Mon, 22 Jan 2024 10:38:02 +0000 (11:38 +0100)
committerPetr Vaněk <arkamar@atlas.cz>
Mon, 22 Jan 2024 10:38:02 +0000 (11:38 +0100)
lualib/lua_maps.lua

index a88c4ca1a9ad48324b850938ee2ad1782b0bdb43..d3573100ac992ac01c2eeeb30900916d5ecaaf5b 100644 (file)
@@ -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.
 --]]