mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 08:39:13 +02:00
CLEANUP: assorted typo fixes in the code and comments
This is 33rd iteration of typo fixes
This commit is contained in:
committed by
Christopher Faulet
parent
4ede46be4e
commit
6f86eaae4f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user