Commit Diff


commit - 4c5b439992ce99f1bed84c51e4d9c3a3cd118858
commit + 1b349b05d5040de19921f087785310dfe24ef5df
blob - cbf5d2c60164e106049d900ae9ce24db252658e1
blob + 7433ff05f9c02c3ba173964504b922d30106c78e
--- ChangeLog
+++ 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
blob - e8f898a9831d0d2dec428b2642b73ef54ee4740e
blob + 785ce03bb323e52b8c5229f646c355ea0880ed61
--- NEWS
+++ 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",