mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
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:
parent
8a95a6e5ed
commit
eeac3c722f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user