From a92585586bc10d581ca88a94fa237dab191daec6 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Thu, 13 Dec 2018 20:32:29 -0800 Subject: [PATCH] Fix a typo - lenght to length Noticed there was a small typo in the documentation. --- doc/zmq_setsockopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index 63239002..3866db0b 100644 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -1096,7 +1096,7 @@ Subscriber must subscribe to the Welcome message before connecting. Welcome message will also be sent on reconnecting. For welcome message to work well user must poll on incoming subscription messages on the XPUB socket and handle them. -Use NULL and lenght of zero to disable welcome message. +Use NULL and length of zero to disable welcome message. [horizontal] Option value type:: binary data