0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Problem: there is a typo: 'threda names'

Solution: fix a typo: threda names -> thread names

Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
This commit is contained in:
Arkadiusz Drabczyk 2020-11-09 22:30:50 +01:00
parent b2a0842063
commit d3f59e68ea
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ The requested option _option_name_ is unknown.
EXAMPLE
-------
.Setting a prefix on internal ZMQ threda names:
.Setting a prefix on internal ZMQ thread names:
----
void *context = zmq_ctx_new ();
const char prefix[] = "MyApp";

View File

@ -58,7 +58,7 @@ The requested option _option_name_ is unknown.
EXAMPLE
-------
.Setting a prefix on internal ZMQ threda names:
.Setting a prefix on internal ZMQ thread names:
----
void *context = zmq_ctx_new ();
const char prefix[] = "MyApp";