diff options
author | Todd Lyons <tlyons@exim.org> | 2013-09-30 11:22:58 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-09-30 11:22:58 -0700 |
commit | 4d66637f596af5d4537681c45bc7336919f5ee56 (patch) | |
tree | ea774cba4837fcfa8adab599a782289fc7e1bc28 /src/util | |
parent | 0b969c4b8f7139537224878fb6159e4c98e81234 (diff) |
Typo re-fix in ratelimit.pl doc
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/ratelimit.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index aaa14fcc1..d7fd43ab1 100644 --- a/src/util/ratelimit.pl +++ b/src/util/ratelimit.pl @@ -24,7 +24,7 @@ options: whereas internally Exim computes sender rates to the accuracy of your computer's clock (typically 10ms). -<regex> The second argumetnis is a regular expression. +<regex> The second argument is a regular expression. Each line is matched against the regular expression. Lines that do not match are ignored. The regex may |