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.
This commit is contained in:
Joseph Herlant 2018-11-25 13:26:40 -08:00 committed by Willy Tarreau
parent 8a95a6e5ed
commit eeac3c722f

View File

@ -35,7 +35,7 @@ void protocol_register(struct protocol *proto);
*/ */
void protocol_unregister(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. * of ERR_NONE, ERR_RETRYABLE, ERR_FATAL.
*/ */
int protocol_bind_all(char *errmsg, int errlen); int protocol_bind_all(char *errmsg, int errlen);