A few more typo fixes.

This commit is contained in:
Peter Powell 2012-05-25 20:13:53 +01:00
parent 7050100443
commit a0d37b0551
2 changed files with 2 additions and 2 deletions

View 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,

View 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
*/