]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sethost.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_sethost.cpp
index bb8514add6eae5f07332485094412ca08d8ff0a4..dad8491530c59da43d3dfb32f4b6dfb90e647fe7 100644 (file)
@@ -84,7 +84,7 @@ class ModuleSetHost : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for the SETHOST command", VF_VENDOR);
+               return Version("Provides the SETHOST command", VF_VENDOR);
        }
 };