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
1 changed files with 1 additions and 1 deletions

View File

@ -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);