This commit is contained in:
Chocobo1
2018-03-14 23:15:51 +08:00
parent c061d67b14
commit 423511765a
16 changed files with 43 additions and 43 deletions

View File

@@ -196,7 +196,7 @@ void DNSUpdater::processIPUpdateReply(const QString &reply)
return;
}
// Everything bellow is an error, stop updating until the user updates something
// Everything below is an error, stop updating until the user updates something
m_ipCheckTimer.stop();
m_lastIP.clear();
if (code == "nohost") {