fanf2 2006/04/12 14:37:29 BST
Modified files:
exim-src/util ratelimit.pl
Log:
Fix typo in usage: seond -> second
Revision Changes Path
1.3 +2 -2 exim/exim-src/util/ratelimit.pl
Index: ratelimit.pl
===================================================================
RCS file: /home/cvs/exim/exim-src/util/ratelimit.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- ratelimit.pl 13 Sep 2005 18:06:31 -0000 1.2
+++ ratelimit.pl 12 Apr 2006 13:37:29 -0000 1.3
@@ -1,6 +1,6 @@
#!/usr/bin/perl -wT
#
-# $Cambridge: exim/exim-src/util/ratelimit.pl,v 1.2 2005/09/13 18:06:31 fanf2 Exp $
+# $Cambridge: exim/exim-src/util/ratelimit.pl,v 1.3 2006/04/12 13:37:29 fanf2 Exp $
use strict;
@@ -14,8 +14,8 @@
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