]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the protocol header file
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 21:26:40 +0000 (13:26 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:42:49 +0000 (18:42 +0100)
Fixes a typo in the code comments of the header file holding the general
protocol primitives.

include/proto/protocol.h

index 857f9e6922b34c5079203fe065c5b9a0cde79d4b..7bbebb8e8c243fc0ee8483efd8076f44948cdc00 100644 (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);