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

Fix typos in include files

This commit is contained in:
Daniele Forsi
2024-07-10 22:37:52 +02:00
parent 04ee258010
commit e56908b0c6
64 changed files with 82 additions and 82 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ public:
virtual ~HttpListener();
/**
Restart listeing after close().
Restart listening after close().
*/
void listen();
@@ -108,7 +108,7 @@ private:
/** Configuration settings for the HTTP server as a structure */
HttpListenerSettings listenerSettings;
/** Point to the reuqest handler which processes all HTTP requests */
/** Point to the request handler which processes all HTTP requests */
HttpRequestHandler* requestHandler;
/** Pool of connection handlers */
+2 -2
View File
@@ -26,7 +26,7 @@ namespace qtwebapp {
from a TCP socket and provides getters for the individual parts
of the request.
<p>
The follwing config settings are required:
The following config settings are required:
<code><pre>
maxRequestSize=16000
maxMultiPartSize=1000000
@@ -73,7 +73,7 @@ public:
void readFromSocket(QTcpSocket* socket);
/**
Get the status of this reqeust.
Get the status of this request.
@see RequestStatus
*/
RequestStatus getStatus() const;