diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-08-10 16:05:38 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-08-10 16:05:38 +0400 |
commit | d07ec7c3de24c650a4b1fec8aa2b18119a2b4388 (patch) | |
tree | 5e9f17d18a6332d669ee82913f96f39d8556bc14 /src/plugins | |
parent | d8ea3f8e6b1526a9b1861ff185803e933e19f53f (diff) | |
download | rspamd-d07ec7c3de24c650a4b1fec8aa2b18119a2b4388.tar.gz rspamd-d07ec7c3de24c650a4b1fec8aa2b18119a2b4388.zip |
Fix spelling. Submitted by: Laszlo Boszormenyi.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/ip_score.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/ip_score.lua b/src/plugins/lua/ip_score.lua index 4c822c8c7..374714bc5 100644 --- a/src/plugins/lua/ip_score.lua +++ b/src/plugins/lua/ip_score.lua @@ -171,5 +171,5 @@ if rspamd_config:get_api_version() >= 9 then rspamd_config:register_post_filter(ip_score_set) end else - rspamd_logger.err('cannot register module ip_score as it requres at least 9 version of lua API and rspamd >= 0.4.6') + rspamd_logger.err('cannot register module ip_score as it requires at least 9 version of lua API and rspamd >= 0.4.6') end |