Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Elie committed Jun 15, 2012
1 parent 25e37a0 commit 2eebc1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/config-design
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ were chosen.
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
Expand Down
2 changes: 1 addition & 1 deletion doc/pod/inncheck.pod
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ F</var/tmp/newsfeeds.testing>, do:
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=
Expand Down
14 changes: 7 additions & 7 deletions doc/pod/news.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ with the I<htmlstatus> parameter in F<inn.conf>. If you used HTML_STATUS,
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.
Expand Down Expand Up @@ -90,7 +90,7 @@ Thanks to John S<F. Morse> for the bug report.
=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 *
Expand Down Expand Up @@ -636,7 +636,7 @@ fields. Thanks to Torsten Jerzembeck for the bug report.
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.

Expand Down Expand Up @@ -1429,9 +1429,9 @@ host. Thanks to Miquel van Smoorenburg for this patch.

=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 *

Expand Down Expand Up @@ -2216,7 +2216,7 @@ overview.) Or if your overview is buffindexed, use:
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
Expand Down
2 changes: 1 addition & 1 deletion innfeed/innfeed.h
Original file line number Diff line number Diff line change
Expand Up @@ -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./
Expand Down

0 comments on commit 2eebc1d

Please sign in to comment.