From 0060869dd57ca0239ef0d1b47c24e5f0ac98898f Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 16 Oct 2007 10:22:31 +0000 Subject: Typo fix git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8217 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index 2bd48d5a6..f487be6dc 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1098,7 +1098,7 @@ void User::SetSockAddr(int protocol_family, const char* ip, int port) } break; default: - ServerInstance->Log(DEBUG,"Ut oh, I dont know protocol %d to be set on '%s'!", protocol_family, this->nick); + ServerInstance->Log(DEBUG,"Uh oh, I dont know protocol %d to be set on '%s'!", protocol_family, this->nick); break; } } -- cgit v1.2.3