diff options
-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 f536115d4..ea02566d4 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -467,7 +467,7 @@ void User::Logout() if (!this->nc) return; - Log(this, "account") << "is not longer identified as " << this->nc->display; + Log(this, "account") << "is no longer identified as " << this->nc->display; std::list<User *>::iterator it = std::find(this->nc->Users.begin(), this->nc->Users.end(), this); if (it != this->nc->Users.end()) |