diff options
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 02d215b9f..850909e47 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1206,7 +1206,7 @@ void LocalUser::SetClass(const std::string &explicit_name) continue; } - /* we stop at the first class that meets ALL critera. */ + /* we stop at the first class that meets ALL criteria. */ ServerInstance->Logs->Log("CONNECTCLASS", LOG_DEBUG, "The %s connect class is suitable for %s (%s)", c->GetName().c_str(), this->uuid.c_str(), this->GetFullRealHost().c_str()); found = c; |
