diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
commit | c740211ffba3330d951f4c3ddefea8edf23a01cd (patch) | |
tree | 0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /src/network/qsocketdevice_unix.cpp | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'src/network/qsocketdevice_unix.cpp')
-rw-r--r-- | src/network/qsocketdevice_unix.cpp | 4 |
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: |