]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_dns.cpp
Add the msgid tag to all outgoing messages.
[user/henk/code/inspircd.git] / src / coremods / core_dns.cpp
index 002686bc276157eb5b2ef91c8371dce2c88017b5..8532179fbc995c4b9b4a65d75775fdd4be3d5dc1 100644 (file)
@@ -36,7 +36,7 @@ namespace DNS
 
 using namespace DNS;
 
-/** A full packet sent or recieved to/from the nameserver
+/** A full packet sent or received to/from the nameserver
  */
 class Packet : public Query
 {
@@ -842,7 +842,7 @@ class ModuleDNS : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("DNS support", VF_CORE|VF_VENDOR);
+               return Version("Provides support for DNS lookups", VF_CORE|VF_VENDOR);
        }
 };