Skip to content

Commit 0ba9def

Browse files
committed
spelling: wrap-up
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent a9e99ec commit 0ba9def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/litespeed/lsapilib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4181,7 +4181,7 @@ void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, uns
41814181

41824182

41834183
/*
4184-
* Final wrapup - pad to 64-byte boundary with the bit pattern
4184+
* Final wrap-up - pad to 64-byte boundary with the bit pattern
41854185
* 1 0* (64-bit count of bits processed, MSB-first)
41864186
*/
41874187
void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *ctx)

0 commit comments

Comments
 (0)