INN commit: branches/2.5 (4 files)
INN Commit
rra at isc.org
Fri Jun 15 18:21:27 UTC 2012
Date: Friday, June 15, 2012 @ 11:21:26
Author: iulius
Revision: 9429
typos
Modified:
branches/2.5/doc/config-design
branches/2.5/doc/pod/inncheck.pod
branches/2.5/doc/pod/news.pod
branches/2.5/innfeed/innfeed.h
----------------------+
doc/config-design | 2 +-
doc/pod/inncheck.pod | 2 +-
doc/pod/news.pod | 14 +++++++-------
innfeed/innfeed.h | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
Modified: doc/config-design
===================================================================
--- doc/config-design 2012-06-15 18:18:45 UTC (rev 9428)
+++ doc/config-design 2012-06-15 18:21:26 UTC (rev 9429)
@@ -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-15 18:18:45 UTC (rev 9428)
+++ doc/pod/inncheck.pod 2012-06-15 18:21:26 UTC (rev 9429)
@@ -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-15 18:18:45 UTC (rev 9428)
+++ doc/pod/news.pod 2012-06-15 18:21:26 UTC (rev 9429)
@@ -5,7 +5,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.
@@ -90,7 +90,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 *
@@ -636,7 +636,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.
@@ -1429,9 +1429,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 *
@@ -2216,7 +2216,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-15 18:18:45 UTC (rev 9428)
+++ innfeed/innfeed.h 2012-06-15 18:21:26 UTC (rev 9429)
@@ -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