1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix some typos

This commit is contained in:
Martin Hauke
2019-07-22 23:14:23 +02:00
parent 8de5ab4b14
commit a1548333a7
18 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -106,7 +106,7 @@ void HttpConnectionHandler::run()
}
catch (...)
{
qCritical("HttpConnectionHandler (%p): an uncatched exception occured in the thread",this);
qCritical("HttpConnectionHandler (%p): an uncatched exception occurred in the thread",this);
}
socket->close();
delete socket;
@@ -167,7 +167,7 @@ void HttpConnectionHandler::setBusy()
void HttpConnectionHandler::readTimeout()
{
qDebug("HttpConnectionHandler (%p): read timeout occured",this);
qDebug("HttpConnectionHandler (%p): read timeout occurred",this);
//Commented out because QWebView cannot handle this.
//socket->write("HTTP/1.1 408 request timeout\r\nConnection: close\r\n\r\n408 request timeout\r\n");
@@ -267,7 +267,7 @@ void HttpConnectionHandler::read()
}
catch (...)
{
qCritical("HttpConnectionHandler (%p): An uncatched exception occured in the request handler",this);
qCritical("HttpConnectionHandler (%p): An uncatched exception occurred in the request handler",this);
}
// Finalize sending the response if not already done