summaryrefslogtreecommitdiffstats
path: root/src/network/qsocketdevice_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/qsocketdevice_unix.cpp')
-rw-r--r--src/network/qsocketdevice_unix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/qsocketdevice_unix.cpp b/src/network/qsocketdevice_unix.cpp
index 827cc349b..565ab7d3b 100644
--- a/src/network/qsocketdevice_unix.cpp
+++ b/src/network/qsocketdevice_unix.cpp
@@ -625,10 +625,10 @@ int TQSocketDevice::accept()
case ETIMEDOUT:
// in all these cases, an error happened during connection
// setup. we're not interested in what happened, so we
- // just treat it like the client-closed-tquickly case.
+ // just treat it like the client-closed-quickly case.
case EPERM:
// firewalling wouldn't let us accept. we treat it like
- // the client-closed-tquickly case.
+ // the client-closed-quickly case.
case EAGAIN:
#if EAGAIN != EWOULDBLOCK
case EWOULDBLOCK: