diff options
Diffstat (limited to 'kdecore/network/kstreamsocket.cpp')
-rw-r--r-- | kdecore/network/kstreamsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/network/kstreamsocket.cpp b/kdecore/network/kstreamsocket.cpp index 5f4fa6a0d..8ca4f91f6 100644 --- a/kdecore/network/kstreamsocket.cpp +++ b/kdecore/network/kstreamsocket.cpp @@ -246,7 +246,7 @@ void KStreamSocket::connectionEvent() // try to bind if (!bindLocallyFor(r)) { - // could not tqfind a matching family + // could not find a matching family ++d->peer; continue; } |