diff options
| author | 2012-05-25 19:40:38 +0100 | |
|---|---|---|
| committer | 2012-05-25 19:40:38 +0100 | |
| commit | 70501004436bb9de15b845e865054e2ca7004f5f (patch) | |
| tree | 94f82a74d08cb45651c1c54db6231c7482d6b0b6 /src/modules/m_sqlauth.cpp | |
| parent | Merge pull request #139 from SaberUK/insp20-unistd-windows (diff) | |
Debian typo fixes.
Diffstat (limited to 'src/modules/m_sqlauth.cpp')
| -rw-r--r-- | src/modules/m_sqlauth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sqlauth.cpp b/src/modules/m_sqlauth.cpp index 98e1c45b6..f2108f7bd 100644 --- a/src/modules/m_sqlauth.cpp +++ b/src/modules/m_sqlauth.cpp @@ -162,7 +162,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); } }; |
