1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix spelling of word "incoming" in documentation string
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: https://savannah.gnu.org/bugs/index.php?63237
Last-Update: 2022-10-19
--- octave-zeromq-1.5.5.orig/src/setsockopt.cc
+++ octave-zeromq-1.5.5/src/setsockopt.cc
@@ -55,7 +55,7 @@ Set the multicast data rate\n \
@item @code{ZMQ_PRIORITY}\n \
Set the socket priority (linux only)\n \
@item @code{ZMQ_BACKLOG}\n \
-Set the queue length for incomming connections\n \
+Set the queue length for incoming connections\n \
@item @code{ZMQ_SOCKS_PROXY}\n \
Set the socks5 proxy value (string)\n \
@item @code{ZMQ_CURVE_SERVER}\n \
|