diff options
| author | 2007-10-16 10:22:31 +0000 | |
|---|---|---|
| committer | 2007-10-16 10:22:31 +0000 | |
| commit | 0060869dd57ca0239ef0d1b47c24e5f0ac98898f (patch) | |
| tree | 0e402e2f669ce1a434b0dd125789fd31b14be50a /src/users.cpp | |
| parent | Update a comment (diff) | |
| download | inspircd++-0060869dd57ca0239ef0d1b47c24e5f0ac98898f.tar.gz inspircd++-0060869dd57ca0239ef0d1b47c24e5f0ac98898f.tar.bz2 inspircd++-0060869dd57ca0239ef0d1b47c24e5f0ac98898f.zip | |
Typo fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8217 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -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 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; } } |
