mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-13 17:27:57 +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:
parent
b2a0842063
commit
d3f59e68ea
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user