aboutsummaryrefslogtreecommitdiffstats
path: root/src/cidr.cpp
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2020-04-21 06:34:17 +0000
committerGravatar Matt Schatz2020-04-21 00:52:12 -0600
commit4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch)
treeeafd249fbf0c3ad4c631146446d5d953508e88b4 /src/cidr.cpp
parentAdd a workflow that checks for and corrects typos. (diff)
downloadinspircd++-4f9abe96a4301a740d4a5fd7932550d88d60a3fc.tar.gz
inspircd++-4f9abe96a4301a740d4a5fd7932550d88d60a3fc.tar.bz2
inspircd++-4f9abe96a4301a740d4a5fd7932550d88d60a3fc.zip
Fixes by misspell-fixer
Diffstat (limited to 'src/cidr.cpp')
-rw-r--r--src/cidr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cidr.cpp b/src/cidr.cpp
index 31546dae2..f45c63b98 100644
--- a/src/cidr.cpp
+++ b/src/cidr.cpp
@@ -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)
{