diff options
| author | 2020-04-21 06:34:17 +0000 | |
|---|---|---|
| committer | 2020-04-21 00:52:12 -0600 | |
| commit | 4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch) | |
| tree | eafd249fbf0c3ad4c631146446d5d953508e88b4 /src/cidr.cpp | |
| parent | Add a workflow that checks for and corrects typos. (diff) | |
| download | inspircd++-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.cpp | 2 |
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) { |
