diff options
| author | 2012-05-25 19:52:52 +0100 | |
|---|---|---|
| committer | 2012-05-25 19:52:52 +0100 | |
| commit | 00396bfa46f5a2ded09d99929f9db2a744d546b7 (patch) | |
| tree | 7ea5d4b4581971e3b33b6d6e101ffad3ef8d1b44 /src/modules/m_sql_auth.cpp | |
| parent | Merge pull request #140 from SaberUK/insp21-unistd-windows (diff) | |
Debian typo fixes.
Diffstat (limited to 'src/modules/m_sql_auth.cpp')
| -rw-r--r-- | src/modules/m_sql_auth.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_sql_auth.cpp b/src/modules/m_sql_auth.cpp index 6731bb175..3fd0bd7e5 100644 --- a/src/modules/m_sql_auth.cpp +++ b/src/modules/m_sql_auth.cpp @@ -22,7 +22,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, @@ -173,7 +173,7 @@ class ModuleSQLAuth : public Module Version GetVersion() { - return Version("Allow/Deny connections based upon an arbitary SQL table", VF_VENDOR); + return Version("Allow/Deny connections based upon an arbitrary SQL table", VF_VENDOR); } }; |
