commit 0805aac: [Minor] Fix typo in comment

Petr Vaněk arkamar at atlas.cz
Mon Jul 29 17:51:37 UTC 2024


Author: Petr Vaněk
Date: 2024-01-22 11:38:02 +0100
URL: https://github.com/rspamd/rspamd/commit/0805aace8025c3edbf348bd0835e3cf523a1961d (refs/pull/4785/head)

[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.
 --]]


More information about the Commits mailing list