]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
A few more typo fixes.
authorPeter Powell <petpow@saberuk.com>
Fri, 25 May 2012 19:13:53 +0000 (20:13 +0100)
committerPeter Powell <petpow@saberuk.com>
Fri, 25 May 2012 19:13:53 +0000 (20:13 +0100)
src/modules/m_sqlauth.cpp
src/modules/m_swhois.cpp

index f2108f7bd7bfdfae15218913541aad3c306e1625..417d5a4b56499ac277bcd80b97dfa16f7f74a82f 100644 (file)
@@ -21,7 +21,7 @@
 #include "sql.h"
 #include "hash.h"
 
-/* $ModDesc: Allow/Deny connections based upon an arbitary SQL table */
+/* $ModDesc: Allow/Deny connections based upon an arbitrary SQL table */
 
 enum AuthState {
        AUTH_STATE_NONE = 0,
index 7267f3e95e68900170039902624990ccf826a839..dc53f2f0c22d74baa3584a1719108d747914c3e1 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "inspircd.h"
 
-/* $ModDesc: Provides the SWHOIS command which allows setting of arbitary WHOIS lines */
+/* $ModDesc: Provides the SWHOIS command which allows setting of arbitrary WHOIS lines */
 
 /** Handle /SWHOIS
  */