diff options
| author | Ilya Shipitsin <chipitsine@gmail.com> | 2022-11-30 16:22:42 +0500 |
|---|---|---|
| committer | Christopher Faulet <cfaulet@haproxy.com> | 2022-11-30 14:02:36 +0100 |
| commit | 6f86eaae4f5c2a2e5a12e1d54b159b4c9e2ed013 (patch) | |
| tree | d99ea5f9e3a5dc9373efb19dba86aa2b52036745 /include/haproxy/cli.h | |
| parent | 4ede46be4eb00bb9056606886878843679a6da3e (diff) | |
| download | haproxy-6f86eaae4f5c2a2e5a12e1d54b159b4c9e2ed013.tar.gz | |
CLEANUP: assorted typo fixes in the code and comments
This is 33rd iteration of typo fixes
Diffstat (limited to 'include/haproxy/cli.h')
| -rw-r--r-- | include/haproxy/cli.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/haproxy/cli.h b/include/haproxy/cli.h index 6b049b855..32c659944 100644 --- a/include/haproxy/cli.h +++ b/include/haproxy/cli.h @@ -109,7 +109,7 @@ static inline int cli_dynerr(struct appctx *appctx, char *err) } /* updates the CLI's context to log messages stored in thread-local - * usermsgs_ctx at <severity> level. usermsgs_ctx will be resetted when done. + * usermsgs_ctx at <severity> level. usermsgs_ctx will be reset when done. * This is for use in CLI parsers to deal with quick response messages. * * Always returns 1. @@ -124,7 +124,7 @@ static inline int cli_umsg(struct appctx *appctx, int severity) } /* updates the CLI's context to log messages stored in thread-local - * usermsgs_ctx using error level. usermsgs_ctx will be resetted when done. + * usermsgs_ctx using error level. usermsgs_ctx will be reset when done. * This is for use in CLI parsers to deal with quick response messages. * * Always returns 1. |
