Fixed typos, spelling correction

This commit is contained in:
dartraiden 2015-05-04 02:09:30 +03:00
parent f5b0008158
commit 8ac83cfd42
31 changed files with 44 additions and 44 deletions

View file

@ -113,7 +113,7 @@ void DNSUpdater::ipRequestFinished(QNetworkReply *reply)
}
}
else {
qWarning() << Q_FUNC_INFO << "Regular expression failed ot capture the IP address";
qWarning() << Q_FUNC_INFO << "Regular expression failed to capture the IP address";
}
}
// Clean up
@ -182,7 +182,7 @@ void DNSUpdater::ipUpdateFinished(QNetworkReply *reply)
qWarning() << Q_FUNC_INFO << "Error:" << reply->errorString();
}
else {
// Pase reply
// Parse reply
processIPUpdateReply(reply->readAll());
}
// Clean up