mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02: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