commit | 3952643b3577f0a82c5c5e4eb977a2df3c24e8a3 | [log] [tgz] |
---|---|---|
author | Joseph Herlant <aerostitch@debian.org> | Sun Nov 25 11:31:31 2018 -0800 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 18:40:29 2018 +0100 |
tree | 64312b031979356816c7fec2d5fb381c4e5d544f | |
parent | d8499ecb6ecc6edd9066df8227316f16ba30c26e [diff] |
CLEANUP: Fix typos in the shctx subsystem Fixes typos in the code comments of the shctx subsystem.
diff --git a/src/shctx.c b/src/shctx.c index 9fe12e8..fe1b74a 100644 --- a/src/shctx.c +++ b/src/shctx.c
@@ -243,7 +243,7 @@ /* * 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 */