summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-16 10:22:31 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-16 10:22:31 +0000
commit0060869dd57ca0239ef0d1b47c24e5f0ac98898f (patch)
tree0e402e2f669ce1a434b0dd125789fd31b14be50a
parentd6bcb852f2ba7c72d95567a034408076b291d459 (diff)
Typo fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8217 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}