]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cidr.cpp
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / src / cidr.cpp
index 31546dae24e3502b8751f2b738080be75f458d06..f45c63b98d6d0461f43efd9a8c4c99f3f4dbf843 100644 (file)
@@ -37,7 +37,7 @@ bool irc::sockets::MatchCIDR(const std::string &address, const std::string &cidr
 
        /* The caller is trying to match ident@<mask>/bits.
         * Chop off the ident@ portion, use match() on it
-        * seperately.
+        * separately.
         */
        if (match_with_username)
        {