mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 07:27:23 +01:00
enh(Net): fix a typo
This commit is contained in:
parent
3ae282db2e
commit
0e4eb00ea5
@ -144,7 +144,7 @@ public:
|
||||
|
||||
void useFileDescriptor(poco_socket_t fd);
|
||||
/// Use a external file descriptor for the socket. Required to be careful
|
||||
/// about what kind of file descriptor you're passing to make sure it's compatable
|
||||
/// about what kind of file descriptor you're passing to make sure it's compatible
|
||||
/// with how you plan on using it. These specifics are platform-specific.
|
||||
/// Not valid to call this if the internal socket is already initialized.
|
||||
/// Poco takes ownership of the file descriptor, closing it when this socket is closed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user