summaryrefslogtreecommitdiff
path: root/src/modules/m_swhois.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2012-05-25 19:40:38 +0100
committerPeter Powell <petpow@saberuk.com>2012-05-25 19:40:38 +0100
commit70501004436bb9de15b845e865054e2ca7004f5f (patch)
tree94f82a74d08cb45651c1c54db6231c7482d6b0b6 /src/modules/m_swhois.cpp
parent13f0d6735fbf6893463d6a55eb7af2a8c029c96c (diff)
Debian typo fixes.
Diffstat (limited to 'src/modules/m_swhois.cpp')
-rw-r--r--src/modules/m_swhois.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp
index 7a2963281..7267f3e95 100644
--- a/src/modules/m_swhois.cpp
+++ b/src/modules/m_swhois.cpp
@@ -133,7 +133,7 @@ class ModuleSWhois : public Module
Version GetVersion()
{
- return Version("Provides the SWHOIS command which allows setting of arbitary WHOIS lines", VF_OPTCOMMON | VF_VENDOR);
+ return Version("Provides the SWHOIS command which allows setting of arbitrary WHOIS lines", VF_OPTCOMMON | VF_VENDOR);
}
};