]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix typos in the shctx subsystem
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 19:31:31 +0000 (11:31 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:40:29 +0000 (18:40 +0100)
Fixes typos in the code comments of the shctx subsystem.

src/shctx.c

index 9fe12e8151a73a679181c426441d116dcb1f1967..fe1b74a7e6bb91d7333a784910f838de60c6d553 100644 (file)
@@ -243,7 +243,7 @@ int shctx_row_data_append(struct shared_context *shctx,
 
 /*
  * Copy <len> data from a row of blocks, return the remaining data to copy
- * If 0 is returned, the full data has successfuly be copied
+ * If 0 is returned, the full data has successfully been copied
  *
  * The row should be in the hot list
  */