From 9b9490cf8589608b87e7237561901923b9adc0df Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Fri, 25 Aug 2017 01:01:07 -0600 Subject: [PATCH] Typo in my name is now corrected It is by happenstance that I came across this, and I noticed the typo in my name. I'm glad that my blogging has been helpful! --- src/common/libutil/ev_zmq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/libutil/ev_zmq.c b/src/common/libutil/ev_zmq.c index acba101c7a03..fc620dd25edc 100644 --- a/src/common/libutil/ev_zmq.c +++ b/src/common/libutil/ev_zmq.c @@ -24,7 +24,7 @@ /* ev_zmq.c - an aggregate libev watcher for 0MQ sockets */ -/* Thanks to Bert JW Reeger for a helpful blog on integrating 0MQ with libev: +/* Thanks to Bert JW Regeer for a helpful blog on integrating 0MQ with libev: * http://funcptr.net/2013/04/20/embedding-zeromq-in-the-libev-event-loop/ * Also ref: libzmq zmq_poll() source, czmq zloop() source *