diff options
| author | Alexander Barton <alex@barton.de> | 2013-10-07 21:59:02 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-10-07 21:59:25 +0200 |
| commit | 1b349b05d5040de19921f087785310dfe24ef5df (patch) | |
| tree | 19e7878822b6110f29df7c691b37882fed81a509 | |
| parent | 4c5b439992ce99f1bed84c51e4d9c3a3cd118858 (diff) | |
| download | ngircd-1b349b05d5040de19921f087785310dfe24ef5df.tar.gz ngircd-1b349b05d5040de19921f087785310dfe24ef5df.zip | |
Fix spelling in NEWS and ChangeLog files
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index cbf5d2c6..7433ff05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -59,7 +59,7 @@ ngIRCd 21~rc1 (2013-10-05) If set to the empty string, local clients can't create new channels at all, which equals the old "PredefChannelsOnly = yes" setting. This change deprecates the "PredefChannelsOnly" variable, too, but it is - still supported and translated to the apropriate "AllowedChannelTypes" + still supported and translated to the appropriate "AllowedChannelTypes" setting. When the old "PredefChannelsOnly" variable is processed, a warning message is logged. (Closes bug #152) - Add support for "client certificate fingerprinting". When a client @@ -125,7 +125,7 @@ ngIRCd 21~rc1 (2013-10-05) InspIRCd, for example -- but as usual, other numerics are in use, too, like 613 in UltimateIRCd ... Please note that neither the Operator (+o) not the "bot status" (+B) - of an IRC service id displayed in the output. + of an IRC service is displayed in the output. - Exit message: use singular & plural :-) - autogen.sh: Check for autoconf/automake wrapper scripts - Add missing punctuation marks in log messages, adjust some severity diff --git a/NEWS b/NEWS index e8f898a9..785ce03b 100644 --- a/NEWS +++ b/NEWS @@ -36,7 +36,7 @@ ngIRCd 21~rc1 (2013-10-05) If set to the empty string, local clients can't create new channels at all, which equals the old "PredefChannelsOnly = yes" setting. This change deprecates the "PredefChannelsOnly" variable, too, but it is - still supported and translated to the apropriate "AllowedChannelTypes" + still supported and translated to the appropriate "AllowedChannelTypes" setting. When the old "PredefChannelsOnly" variable is processed, a warning message is logged. (Closes bug #152) - Add support for "client certificate fingerprinting". When a client @@ -72,7 +72,7 @@ ngIRCd 21~rc1 (2013-10-05) InspIRCd, for example -- but as usual, other numerics are in use, too, like 613 in UltimateIRCd ... Please note that neither the Operator (+o) not the "bot status" (+B) - of an IRC service id displayed in the output. + of an IRC service is displayed in the output. - Update systemd(8) example configuration files in ./contrib/ directory: the "ngircd.service" file now uses the "forking" service type which enhances the log messages shown by "systemctl status ngircd.service", |