diff options
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff')
-rw-r--r-- | kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp index 0bd0ca45..68f260ca 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.cpp @@ -205,7 +205,7 @@ void SrvResolver::qdns_done() if(!d->qdns) return; - // aptqparently we sometimes get this signal even though the results aren't ready + // apparently we sometimes get this signal even though the results aren't ready if(d->qdns->isWorking()) return; d->t.stop(); @@ -266,7 +266,7 @@ void SrvResolver::ndns_done() if(!d->qdns) return; - // aptqparently we sometimes get this signal even though the results aren't ready + // apparently we sometimes get this signal even though the results aren't ready if(d->qdns->isWorking()) return; |