INN commit: trunk (6 files)

INN Commit rra at isc.org
Wed Jun 17 17:49:24 UTC 2009


    Date: Wednesday, June 17, 2009 @ 10:49:23
  Author: iulius
Revision: 8516

Typo:  "to precede" instead of "to preceede".

Modified:
  trunk/doc/pod/inews.pod
  trunk/doc/pod/newsfeeds.pod
  trunk/doc/pod/qio.pod
  trunk/doc/pod/rc.news.pod
  trunk/lib/uwildmat.c
  trunk/storage/overdata.c

-----------------------+
 doc/pod/inews.pod     |    2 +-
 doc/pod/newsfeeds.pod |    2 +-
 doc/pod/qio.pod       |    2 +-
 doc/pod/rc.news.pod   |    2 +-
 lib/uwildmat.c        |    2 +-
 storage/overdata.c    |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Modified: doc/pod/inews.pod
===================================================================
--- doc/pod/inews.pod	2009-06-17 17:40:13 UTC (rev 8515)
+++ doc/pod/inews.pod	2009-06-17 17:49:23 UTC (rev 8516)
@@ -15,7 +15,7 @@
 to the local news server as specified in F<inn.conf>.
 
 By default, if a file named F<.signature> exists in the home directory of
-the posting user, it is appended to the post, preceeded by a line that
+the posting user, it is appended to the post, preceded by a line that
 contains only C<-- >.  Signatures are not allowed to be more than four
 lines long.
 

Modified: doc/pod/newsfeeds.pod
===================================================================
--- doc/pod/newsfeeds.pod	2009-06-17 17:40:13 UTC (rev 8515)
+++ doc/pod/newsfeeds.pod	2009-06-17 17:49:23 UTC (rev 8516)
@@ -212,7 +212,7 @@
     news.example.com:local.*,example.*:Tf,Wnm:
 
 Variables aren't solely simple substitution.  If either C<!> or C<@>
-immediately preceeds the variable and the value of the variable contains
+immediately preceds the variable and the value of the variable contains
 commas, that character will be duplicated before each comma.  This
 somewhat odd-sounding behavior is designed to make it easier to use
 variables to construct feed patterns.  The utility becomes more obvious

Modified: doc/pod/qio.pod
===================================================================
--- doc/pod/qio.pod	2009-06-17 17:40:13 UTC (rev 8515)
+++ doc/pod/qio.pod	2009-06-17 17:49:23 UTC (rev 8516)
@@ -84,7 +84,7 @@
 =head1 EXAMPLES
 
 This block of code opens F</etc/motd> and reads it a line at a time,
-printing out each line preceeded by its offset in the file.
+printing out each line preceded by its offset in the file.
 
     QIOSTATE *qp;
     off_t offset;

Modified: doc/pod/rc.news.pod
===================================================================
--- doc/pod/rc.news.pod	2009-06-17 17:40:13 UTC (rev 8515)
+++ doc/pod/rc.news.pod	2009-06-17 17:49:23 UTC (rev 8516)
@@ -11,7 +11,7 @@
 B<rc.news> can be used to start or stop B<innd> and supporting programs.
 It checks to make sure INN is not already running, handles cases of
 unclean shutdown, finishes up tasks which might have been interrupted by
-the preceeding shutdown, e-mails certain boot-time warnings to
+the preceding shutdown, e-mails certain boot-time warnings to
 I<newsmaster> (as set in F<inn.conf>), and is generally safer and easier
 than starting and stopping everything directly.  It needs to be run as the
 news user so that files in I<pathrun> are created with the right ownership

Modified: lib/uwildmat.c
===================================================================
--- lib/uwildmat.c	2009-06-17 17:40:13 UTC (rev 8515)
+++ lib/uwildmat.c	2009-06-17 17:49:23 UTC (rev 8516)
@@ -286,7 +286,7 @@
 
 /*
 **  Takes text and a wildmat expression; a wildmat expression is a
-**  comma-separated list of wildmat patterns, optionally preceeded by ! to
+**  comma-separated list of wildmat patterns, optionally preceded by ! to
 **  invert the sense of the expression.  Returns WILDMAT_MATCH if that
 **  expression matches the text, WILDMAT_FAIL otherwise.  If allowpoison is
 **  set, allow @ to introduce a poison expression (the same as !, but if it

Modified: storage/overdata.c
===================================================================
--- storage/overdata.c	2009-06-17 17:40:13 UTC (rev 8515)
+++ storage/overdata.c	2009-06-17 17:49:23 UTC (rev 8516)
@@ -208,7 +208,7 @@
 
 /*
 **  Check whether a given string is a valid overview string (doesn't contain
-**  CR or LF, and if the second argument is true must be preceeded by a header
+**  CR or LF, and if the second argument is true must be preceded by a header
 **  name, colon, and space).  Allow CRLF at the end of the data, but don't
 **  require it.
 */




More information about the inn-committers mailing list