diff options
author | R E Broadley <rebroad+github@gmail.com> | 2012-05-17 18:52:38 +0100 |
---|---|---|
committer | R E Broadley <rebroad+github@gmail.com> | 2012-05-17 18:52:38 +0100 |
commit | 1d764d631f1e2249e5206165a1e690e0ffe44515 (patch) | |
tree | ae6619cc8e88fe252bb79b8d359e076fb12e54b3 /src/irc.cpp | |
parent | d44ac73925d8bcbb79389fa8291a0ecdbfa768ba (diff) |
Corrected grammar. As per Principle Of Least Surprise.
Diffstat (limited to 'src/irc.cpp')
-rw-r--r-- | src/irc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.cpp b/src/irc.cpp index 4baffedb54..f21772ac1f 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -200,7 +200,7 @@ void ThreadIRCSeed(void* parg) } catch (...) { PrintExceptionContinue(NULL, "ThreadIRCSeed()"); } - printf("ThreadIRCSeed exiting\n"); + printf("ThreadIRCSeed exited\n"); } void ThreadIRCSeed2(void* parg) |