From 87d2f4b8d7c574759d1d9e5f69524a5be857fb60 Mon Sep 17 00:00:00 2001 From: Charles Kingsley Date: Sat, 23 Jul 2011 13:07:19 +0100 Subject: Fix couple of typos in modules --- modules/core/os_login.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core') 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.")); } -- cgit