Description: Fix spelling errors
Forwarded: no
Author: Daniel Echeverry <epsilon77@gmail.com>
Last-Update: 2017-07-10
--- a/source/dcc.c
+++ b/source/dcc.c
@@ -1022,7 +1022,7 @@
 		{
 			say("DCC %s collision for %s:%s", type, user,
 				description);
-			send_ctcp_reply(user, UP("DCC"), "DCC %s collision occured while connecting to %s (%s)", type, my_nickname(), description);
+			send_ctcp_reply(user, UP("DCC"), "DCC %s collision occurred while connecting to %s (%s)", type, my_nickname(), description);
 			goto out;
 		}
 	}
--- a/source/server.c
+++ b/source/server.c
@@ -1653,8 +1653,8 @@
 		{
 		case -2:
 			/* shouldn't happen! SSL retry */
-			yell("--- proxy http reponse got -2 / SSL retry!?");
-			Debug(DB_PROXY, "proxy http reponse got -2 / SSL retry, closing.");
+			yell("--- proxy http response got -2 / SSL retry!?");
+			Debug(DB_PROXY, "proxy http response got -2 / SSL retry, closing.");
 			goto failed_recover;
 		case -1:
 			Debug(DB_PROXY, "added \"%s\" to the server buffer for proxy.", lbuf);
--- a/doc/ircII.1
+++ b/doc/ircII.1
@@ -282,7 +282,7 @@
 .Nm
 nickname.
 .It Dv IRCNAME
-The user's IRC realname (otherwise retreived from
+The user's IRC realname (otherwise retrieved from
 .Pa /etc/passwd )
 .It Dv IRCSERVER
 The default IRC server(s) (see server option for details)
