diff options
author | Tony Finch <dot@dot.at> | 2006-04-12 13:37:29 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2006-04-12 13:37:29 +0000 |
commit | 94ebd6cb6496a79172a608928cbaf88b473e59c8 (patch) | |
tree | f0218582301c89c34d0987bbaf55c057136337f4 /src | |
parent | 843a41e8744e994de89ef509802f6733bc60f558 (diff) |
Fix typo in usage: seond -> second
Diffstat (limited to 'src')
-rw-r--r-- | src/util/ratelimit.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index bb2abbb5a..7fbf0e3f2 100644 --- a/src/util/ratelimit.pl +++ b/src/util/ratelimit.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -wT # -# $Cambridge: exim/src/util/ratelimit.pl,v 1.2 2005/09/13 18:06:31 fanf2 Exp $ +# $Cambridge: exim/src/util/ratelimit.pl,v 1.3 2006/04/12 13:37:29 fanf2 Exp $ use strict; @@ -14,8 +14,8 @@ ACL condition. This is so that you can get an idea of a reasonable limit setting before you deploy the restrictions. This script isn't perfectly accurate, because the time stamps in -Exim's log files are only accurate to a seond whereas internally Exim -computes sender rates to the accuracy of your computer's clock +Exim's log files are only accurate to a second whereas internally +Exim computes sender rates to the accuracy of your computer's clock (typically 10ms). The log files to be processed can be specified on the command line |