]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix typo in doc and remove some whitespace
authorattilamolnar <attilamolnar@hush.com>
Mon, 29 Oct 2012 17:33:07 +0000 (18:33 +0100)
committerattilamolnar <attilamolnar@hush.com>
Mon, 29 Oct 2012 17:33:07 +0000 (18:33 +0100)
include/inspircd.h
src/configreader.cpp

index b61ef8031a1432e0edfe8fb1c43e9659991edd7f..86853a94f3cebdc41ac8381ca50a4ec8e132110b 100644 (file)
@@ -705,9 +705,9 @@ class CoreExport InspIRCd
         * @return True i the mask is valid
         */
        bool IsValidMask(const std::string &mask);
-       
+
        /** Strips all color codes from the given string
-        * @para sentence The string to strip from
+        * @param sentence The string to strip from
         */
        static void StripColor(std::string &sentence);
 
index 56aab671fe54c29f13364e8e695954e00fa98596..866521b92033f59e4b86ac8fba466643bf9035d3 100644 (file)
@@ -389,7 +389,7 @@ void ServerConfig::CrossCheckConnectBlocks(ServerConfig* current)
                                throw CoreException("Two connect classes with name \"" + name + "\" defined!");
                        names[name] = i;
 
-                       ConnectClass* me = parent ? 
+                       ConnectClass* me = parent ?
                                new ConnectClass(tag, type, mask, *parent) :
                                new ConnectClass(tag, type, mask);
 
@@ -471,7 +471,6 @@ static const Deprecated ChangedConfig[] = {
        {"die",     "value",            "you need to reread your config"},
        {"bind",    "transport",                "has been moved to <bind:ssl> as of 2.0a1"},
        {"link",    "transport",                "has been moved to <link:ssl> as of 2.0a1"},
-       
 };
 
 void ServerConfig::Fill()