diff options
Diffstat (limited to 'tdecore/ksock.h')
-rw-r--r-- | tdecore/ksock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksock.h b/tdecore/ksock.h index f562ece8f..98b157dc4 100644 --- a/tdecore/ksock.h +++ b/tdecore/ksock.h @@ -280,7 +280,7 @@ public: * On error the socket will be closed. * @param suppressFailureMessages suppress warning messages generated if the socket cannot be opened. * @return true on success. false on error. - * @warning If suppressFailureMessages is TRUE future debugging may be made more difficult. Only set it + * @warning If suppressFailureMessages is true future debugging may be made more difficult. Only set it * if your application expects to bind to unavailable ports, e.g. while scanning for open ports in a range. */ bool bindAndListen(bool suppressFailureMessages = false); |