MINOR: Some spelling cleanup in the comments.

Signed-off-by: Dave Chiluk <chiluk+haproxy@indeed.com>
This commit is contained in:
Dave Chiluk
2018-06-21 11:03:20 -05:00
committed by Willy Tarreau
parent d0e60d852a
commit 8618a6a5e2
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ int parse_process_number(const char *arg, unsigned long *proc, int *autoinc, cha
/*
* Sends a warning if proxy <proxy> does not have at least one of the
* capabilities in <cap>. An optionnal <hint> may be added at the end
* capabilities in <cap>. An optional <hint> may be added at the end
* of the warning to help the user. Returns 1 if a warning was emitted
* or 0 if the condition is valid.
*/