CLEANUP: assorted typo fixes in the code and comments

This is 28th iteration of typo fixes
This commit is contained in:
Ilya Shipitsin
2021-11-20 23:11:12 +05:00
committed by Willy Tarreau
parent c5e7cf9e69
commit a4d09e7ffd
3 changed files with 7 additions and 7 deletions

View File

@@ -234,7 +234,7 @@ static inline struct connection *session_get_conn(struct session *sess, void *ta
}
/* Returns the source address of the session and fallbacks on the client
* connection if not set. It returns a const address on succes or NULL on
* connection if not set. It returns a const address on success or NULL on
* failure.
*/
static inline const struct sockaddr_storage *sess_src(struct session *sess)
@@ -249,7 +249,7 @@ static inline const struct sockaddr_storage *sess_src(struct session *sess)
}
/* Returns the destination address of the session and fallbacks on the client
* connection if not set. It returns a const address on succes or NULL on
* connection if not set. It returns a const address on success or NULL on
* failure.
*/
static inline const struct sockaddr_storage *sess_dst(struct session *sess)