diff options
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r-- | modules/commands/cs_access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 60c1a6907..6225d197b 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -895,7 +895,7 @@ class CSAccess : public Module const ChanAccess *highest = group->Highest(); if (highest && highest->provider == &accessprovider) { - /* Access accessprovider is the only accessprovider with th concept of negative access, + /* Access accessprovider is the only accessprovider with the concept of negative access, * so check they don't have negative access */ const AccessChanAccess *aca = anope_dynamic_static_cast<const AccessChanAccess *>(highest); |