Skip to content

Commit

Permalink
Fix some typos (documentation files, ngircd.conf manual page, ...)
Browse files Browse the repository at this point in the history
Spotted by Étienne Mollier <etienne.mollier@mailoo.org> and Christoph
Biedl <debian.axhn@manchmal.in-ulm.de>, see Debian bug #932462
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932462). Thank you!
  • Loading branch information
alexbarton committed Jul 21, 2019
1 parent b1893e7 commit e954b59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Expand Up @@ -201,7 +201,7 @@ ngIRCd 23 (2015-11-16)
Idea and implementation by LucentW, Thanks! Closes #207.
- Update ngircd.conf.5: "CloakUserToNick" hides user _and_ real name.
This closes #208.
- Fix case insensitive pattern matching: Up to now, only the the input
- Fix case insensitive pattern matching: Up to now, only the input
string became lowercased and was then compared to the pattern -- which
failed when the pattern itself wasn't all lowercase!
- Streamline the effect of "MorePrivacy" option: Update documentation
Expand Down Expand Up @@ -554,7 +554,7 @@ ngIRCd 20.3 (2013-08-23)
ngIRCd 20.2 (2013-02-15)

- Security: Fix a denial of service bug in the function handling KICK
commands that could be used by arbitrary users to to crash the daemon
commands that could be used by arbitrary users to crash the daemon
(CVE-2013-1747).
- WHO command: Use the currently "displayed hostname" (which can be cloaked!)
for hostname matching, not the real one. In other words: don't display all
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -297,7 +297,7 @@ ngIRCd 20.2 (2013-02-15)

- This release is a bugfix release only, without new features.
- Security: Fix a denial of service bug in the function handling KICK
commands that could be used by arbitrary users to to crash the daemon
commands that could be used by arbitrary users to crash the daemon
(CVE-2013-1747).

ngIRCd 20.1 (2013-01-02)
Expand Down
2 changes: 1 addition & 1 deletion doc/sample-ngircd.conf.tmpl
Expand Up @@ -309,7 +309,7 @@
[Server]
# Other servers are configured in [Server] sections. If you
# configure a port for the connection, then this ngircd tries to
# connect to to the other server on the given port; if not it waits
# connect to the other server on the given port; if not it waits
# for the other server to connect.
# There may be more than one server block, one for each server.
#
Expand Down
2 changes: 1 addition & 1 deletion man/ngircd.conf.5.tmpl
Expand Up @@ -432,7 +432,7 @@ Example: nick!ident@*.example.com
Other servers are configured in
.I [Server]
sections. If you configure a port for the connection, then this ngIRCd
tries to connect to to the other server on the given port (active);
tries to connect to the other server on the given port (active);
if not, it waits for the other server to connect (passive).
.PP
ngIRCd supports "server groups": You can assign an "ID" to every server
Expand Down
2 changes: 1 addition & 1 deletion src/ngircd/conf.h
Expand Up @@ -29,7 +29,7 @@

/**
* Configured IRC operator.
* Please note the the name of the IRC operaor and his nick have nothing to
* Please note that the name of the IRC operaor and his nick have nothing to
* do with each other! The IRC operator is only identified by the name and
* password configured in this structure.
*/
Expand Down

0 comments on commit e954b59

Please sign in to comment.