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:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user