From: Joseph Herlant Date: Sun, 25 Nov 2018 21:26:40 +0000 (-0800) Subject: CLEANUP: Fix a typo in the protocol header file X-Git-Tag: v1.9-dev9~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeac3c722fe56b10ecf39838380789b6ad57ef7e;p=thirdparty%2Fhaproxy.git 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. --- 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);