]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Small fix up
authorLeftTry <lerest.go@gmail.com>
Sun, 29 Sep 2024 18:53:21 +0000 (00:53 +0600)
committerLeftTry <lerest.go@gmail.com>
Sun, 29 Sep 2024 18:53:21 +0000 (00:53 +0600)
src/plugins/lua/ratelimit.lua

index 71ab52b4ffbfcf310229367fcf4d2f936f3d6622..c20e61b1729e5c900a20be1e906602a409d73ec2 100644 (file)
@@ -443,7 +443,7 @@ local function ratelimit_cb(task)
 
     for pr, value in pairs(prefixes) do
       local bucket = value.bucket
-      local rate = (bucket.rate) / 1000.0 -- Leak rate in messast filled bucketsages/ms
+      local rate = (bucket.rate) / 1000.0 -- Leak rate in messages/ms
       local bincr = nrcpt
       if bucket.skip_recipients then
         bincr = 1