]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_swhois.cpp
Merge pull request #142 from attilamolnar/insp20+sestatsfix
[user/henk/code/inspircd.git] / src / modules / m_swhois.cpp
index 7a29632818ace6d01339128b3ae7bd79705232f9..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
  */
@@ -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);
        }
 };