summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/os_login.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_login.cpp b/modules/core/os_login.cpp
index 332b00545..94a82e334 100644
--- a/modules/core/os_login.cpp
+++ b/modules/core/os_login.cpp
@@ -41,7 +41,7 @@ class CommandOSLogin : public Command
}
else
{
- Log(LOG_ADMIN, source.u, this) << "and succesfully identified to " << source.owner->nick;
+ Log(LOG_ADMIN, source.u, this) << "and successfully identified to " << source.owner->nick;
source.u->Extend("os_login_password_correct");
source.Reply(_("Password accepted."));
}