summaryrefslogtreecommitdiff
path: root/modules/commands/cs_access.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-12-01 19:08:39 -0500
committerAdam <Adam@anope.org>2016-12-01 19:08:39 -0500
commit12515fd2c12de0c3e5e027630d276e92f3fc6613 (patch)
tree5b642d8290d3d4caae4bd99cb3bac40b4cb72cd4 /modules/commands/cs_access.cpp
parent437a6dbb2997c51c260115e8514c8cd6150cfaf5 (diff)
cs_access: fix typo
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r--modules/commands/cs_access.cpp2
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);