INN commit: trunk (4 files)

INN Commit rra at isc.org
Fri Jun 15 18:18:45 UTC 2012


    Date: Friday, June 15, 2012 @ 11:18:45
  Author: iulius
Revision: 9428

typos

Modified:
  trunk/doc/config-design
  trunk/doc/pod/inncheck.pod
  trunk/doc/pod/news.pod
  trunk/innfeed/innfeed.h

----------------------+
 doc/config-design    |    2 +-
 doc/pod/inncheck.pod |    2 +-
 doc/pod/news.pod     |   16 ++++++++--------
 innfeed/innfeed.h    |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

Modified: doc/config-design
===================================================================
--- doc/config-design	2012-06-14 20:16:41 UTC (rev 9427)
+++ doc/config-design	2012-06-15 18:18:45 UTC (rev 9428)
@@ -64,7 +64,7 @@
  6.  Parameter values inherit via group nesting.  In other words, if a
      group is nested inside another group, all parameters defined in the
      enclosing group are inherited by the nested group unless they're
-     explicitly overriden within the nested group.  (This point and point
+     explicitly overridden within the nested group.  (This point and point
      5 are to some degree just corollaries of point 3.)
 
  7.  The parsing library must permit writing as well as reading.  It must

Modified: doc/pod/inncheck.pod
===================================================================
--- doc/pod/inncheck.pod	2012-06-14 20:16:41 UTC (rev 9427)
+++ doc/pod/inncheck.pod	2012-06-15 18:18:45 UTC (rev 9428)
@@ -121,7 +121,7 @@
     inncheck newsfeeds=/var/tmp/newsfeeds.testing
 
 To have B<inncheck> check all the files as it normally does, but to specify
-a different location for the F<newsfeeds> file and ommit checking of the
+a different location for the F<newsfeeds> file and omit checking of the
 F<innfeed.conf> file, do:
 
     inncheck -a newsfeeds=/var/tmp/newsfeeds.testing innfeed.conf=

Modified: doc/pod/news.pod
===================================================================
--- doc/pod/news.pod	2012-06-14 20:16:41 UTC (rev 9427)
+++ doc/pod/news.pod	2012-06-15 18:18:45 UTC (rev 9428)
@@ -49,7 +49,7 @@
 F<inn.conf> have been respectively renamed to I<addinjectiondate> and
 I<addinjectionpostinghost>.  B<innupgrade> takes care of the modification
 only for F<inn.conf>; a manual change will therefore be needed for
-F<readers.conf>, if these parameters are overriden in this file.
+F<readers.conf>, if these parameters are overridden in this file.
 
 =back
 
@@ -124,7 +124,7 @@
 you should set I<htmlstatus> accordingly.
 
 A confusion in the name of a key in F<innfeed.conf> existed in the source
-code.  Make sure that the mispelled, undocumented I<backlog-limit-high>
+code.  Make sure that the misspelled, undocumented I<backlog-limit-high>
 key is *not* used in your F<innfeed.conf> file; its real name is
 I<backlog-limit-highwater>.  You should rename the key in case it is present
 in your configuration file.  Otherwise, it will not be taken into account.
@@ -209,7 +209,7 @@
 =item *
 
 The order of CNFS buffers in a metacycbuff is now properly read and written
-by B<cnfsheadconf>.  There previoulsy was a confusion between hexadecimal
+by B<cnfsheadconf>.  There previously was a confusion between hexadecimal
 and decimal values.  Thanks again to John S<F. Morse>.
 
 =item *
@@ -755,7 +755,7 @@
 B<news.daily> no longer sends superfluous mails when the B<nomail> keyword
 is given.  Mail is only sent when there is real output.  Previously, there
 would always be headings and empty lines left over from the structuring of
-the full report, which are now ommitted.  Also, the output of programs
+the full report, which are now omitted.  Also, the output of programs
 executed with B<postexec> is now included in the regular mail.  Thanks to
 Florian Schlichting for the patch.
 
@@ -1548,9 +1548,9 @@
 
 =item *
 
-Added a I<nnrpdflags> parameter to F<inn.conf> (modeled on the concept of
-I<innflags>) to permit passing of command line arguments to instances of
-B<nnrpd> spawned from B<innd>.
+Added a I<nnrpdflags> parameter to F<inn.conf> (modelled on the concept
+of I<innflags>) to permit passing of command line arguments to instances
+of B<nnrpd> spawned from B<innd>.
 
 =item *
 
@@ -2335,7 +2335,7 @@
     makehistory -b -f history.n -O -F
 
 Both will generate a new history file as F<history.n> and rebuild overview
-at the same time.  If you want to preseve a record of expired Message-IDs
+at the same time.  If you want to preserve a record of expired Message-IDs
 in the history file, run:
 
     awk 'NF==2 { print; }' < history >> history.n

Modified: innfeed/innfeed.h
===================================================================
--- innfeed/innfeed.h	2012-06-14 20:16:41 UTC (rev 9427)
+++ innfeed/innfeed.h	2012-06-15 18:18:45 UTC (rev 9428)
@@ -24,7 +24,7 @@
 
 
 /*
- * This next section contains things than can be overriden in the config
+ * This next section contains things than can be overridden in the config
  * file. The strings inside each comment is the key used in the
  * innfeed.conf file to override the value here. See innfeed.conf for a
  * description of each./



More information about the inn-committers mailing list