[#4248] fixed typo
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
Razvan Becheriu
2025-12-09 18:14:17 +02:00
committed by Francis Dupont
parent b5d90bdc91
commit 5c9da62f20

View File

@@ -1211,7 +1211,7 @@ public:
/// @param socketfd socket descriptor
/// @param callback callback function
///
/// @note: all operations an external sockets should be performed
/// @note: all operations on external sockets should be performed
/// from the main thread as it does not make sense (and does not
/// work as expected) to use an external socket which is in fact
/// managed by an I/O service of a thread pool. For instance