From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- src/network/qsocketdevice_unix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/qsocketdevice_unix.cpp') 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: -- cgit v1.2.1