Fix typos in comments and strings to reduce future slumming for credit.
[ircu2.10.12-pk.git] / ircd / s_conf.c
index 2a5e12ea60a2582a4f951552e104deb57f760e82..64e41c822bb69e87f8751e698d1b54d0ade76893 100644 (file)
@@ -57,7 +57,6 @@
 #include "sys.h"
 
 /* #include <assert.h> -- Now using assert in ircd_log.h */
-#include <arpa/inet.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <netdb.h>
@@ -420,7 +419,7 @@ static int is_attached(struct ConfItem *aconf, struct Client *cptr)
 
 /** Associate a specific configuration entry to a *local* client (this
  * is the one which used in accepting the connection). Note, that this
- * automaticly changes the attachment if there was an old one...
+ * automatically changes the attachment if there was an old one...
  * @param cptr Client to attach \a aconf to
  * @param aconf ConfItem to attach
  * @return Authorization check result.