cherry-pick.rel-25-10-ge954b59d.fix-some-typos-documentation-files-ngircd-conf-manual-page.patch 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Subject: Fix some typos (documentation files, ngircd.conf manual page, ...)
  2. Origin: rel-25-10-ge954b59d
  3. Upstream-Author: Alexander Barton <alex@barton.de>
  4. Date: Sun Jul 21 16:23:07 2019 +0200
  5. Spotted by Étienne Mollier <etienne.mollier@mailoo.org> and Christoph
  6. Biedl <debian.axhn@manchmal.in-ulm.de>, see Debian bug #932462
  7. (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932462). Thank you!
  8. --- a/ChangeLog
  9. +++ b/ChangeLog
  10. @@ -201,7 +201,7 @@
  11. Idea and implementation by LucentW, Thanks! Closes #207.
  12. - Update ngircd.conf.5: "CloakUserToNick" hides user _and_ real name.
  13. This closes #208.
  14. - - Fix case insensitive pattern matching: Up to now, only the the input
  15. + - Fix case insensitive pattern matching: Up to now, only the input
  16. string became lowercased and was then compared to the pattern -- which
  17. failed when the pattern itself wasn't all lowercase!
  18. - Streamline the effect of "MorePrivacy" option: Update documentation
  19. @@ -554,7 +554,7 @@
  20. ngIRCd 20.2 (2013-02-15)
  21. - Security: Fix a denial of service bug in the function handling KICK
  22. - commands that could be used by arbitrary users to to crash the daemon
  23. + commands that could be used by arbitrary users to crash the daemon
  24. (CVE-2013-1747).
  25. - WHO command: Use the currently "displayed hostname" (which can be cloaked!)
  26. for hostname matching, not the real one. In other words: don't display all
  27. --- a/NEWS
  28. +++ b/NEWS
  29. @@ -297,7 +297,7 @@
  30. - This release is a bugfix release only, without new features.
  31. - Security: Fix a denial of service bug in the function handling KICK
  32. - commands that could be used by arbitrary users to to crash the daemon
  33. + commands that could be used by arbitrary users to crash the daemon
  34. (CVE-2013-1747).
  35. ngIRCd 20.1 (2013-01-02)
  36. --- a/doc/sample-ngircd.conf.tmpl
  37. +++ b/doc/sample-ngircd.conf.tmpl
  38. @@ -309,7 +309,7 @@
  39. [Server]
  40. # Other servers are configured in [Server] sections. If you
  41. # configure a port for the connection, then this ngircd tries to
  42. - # connect to to the other server on the given port; if not it waits
  43. + # connect to the other server on the given port; if not it waits
  44. # for the other server to connect.
  45. # There may be more than one server block, one for each server.
  46. #
  47. --- a/man/ngircd.conf.5.tmpl
  48. +++ b/man/ngircd.conf.5.tmpl
  49. @@ -432,7 +432,7 @@
  50. Other servers are configured in
  51. .I [Server]
  52. sections. If you configure a port for the connection, then this ngIRCd
  53. -tries to connect to to the other server on the given port (active);
  54. +tries to connect to the other server on the given port (active);
  55. if not, it waits for the other server to connect (passive).
  56. .PP
  57. ngIRCd supports "server groups": You can assign an "ID" to every server
  58. --- a/src/ngircd/conf.h
  59. +++ b/src/ngircd/conf.h
  60. @@ -29,7 +29,7 @@
  61. /**
  62. * Configured IRC operator.
  63. - * Please note the the name of the IRC operaor and his nick have nothing to
  64. + * Please note that the name of the IRC operaor and his nick have nothing to
  65. * do with each other! The IRC operator is only identified by the name and
  66. * password configured in this structure.
  67. */