From 12515fd2c12de0c3e5e027630d276e92f3fc6613 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Dec 2016 19:08:39 -0500 Subject: cs_access: fix typo --- modules/commands/cs_access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(highest); -- cgit