Fixes a typo in the code comments of the header file holding the general protocol primitives. --- include/proto/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/proto/protocol.h b/include/proto/protocol.h index 857f9e69..7bbebb8e 100644 --- a/include/proto/protocol.h +++ b/include/proto/protocol.h @@ -35,7 +35,7 @@ void protocol_register(struct protocol *proto); */ void protocol_unregister(struct protocol *proto); -/* binds all listeneres of all registered protocols. Returns a composition +/* binds all listeners of all registered protocols. Returns a composition * of ERR_NONE, ERR_RETRYABLE, ERR_FATAL. */ int protocol_bind_all(char *errmsg, int errlen); -- 2.19.2

