aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_userip.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/modules/m_userip.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/modules/m_userip.cpp')
-rw-r--r--src/modules/m_userip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_userip.cpp b/src/modules/m_userip.cpp
index e01f56043..838e129c1 100644
--- a/src/modules/m_userip.cpp
+++ b/src/modules/m_userip.cpp
@@ -53,7 +53,7 @@ class CommandUserip : public Command
{
if (!checked_privs)
{
- // Do not trigger the insufficient priviliges message more than once
+ // Do not trigger the insufficient privileges message more than once
checked_privs = true;
has_privs = user->HasPrivPermission("users/auspex");
if (!has_privs)