mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-14 04:48:17 +01: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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user