mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
Corrected other misspelt 'a' words.
This commit is contained in:
@@ -80,7 +80,7 @@ class Net_API TCPServer: public Poco::Runnable
|
||||
public:
|
||||
TCPServer(TCPServerConnectionFactory::Ptr pFactory, Poco::UInt16 portNumber = 0, TCPServerParams::Ptr pParams = 0);
|
||||
/// Creates the TCPServer, with ServerSocket listening on the given port.
|
||||
/// Default port is zero, allowing any availble port. The port number
|
||||
/// Default port is zero, allowing any available port. The port number
|
||||
/// can be queried through TCPServer::port() member.
|
||||
///
|
||||
/// The server takes ownership of the TCPServerConnectionFactory
|
||||
|
||||
Reference in New Issue
Block a user