From eeac3c722fe56b10ecf39838380789b6ad57ef7e Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sun, 25 Nov 2018 13:26:40 -0800 Subject: [PATCH] CLEANUP: Fix a typo in the protocol header file 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 857f9e6922..7bbebb8e8c 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.47.3