diff options
Diffstat (limited to 'src/test_md5.c')
-rw-r--r-- | src/test_md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_md5.c b/src/test_md5.c index b67002686..7903797db 100644 --- a/src/test_md5.c +++ b/src/test_md5.c @@ -295,7 +295,7 @@ static void MD5DigestToBase16(unsigned char *digest, char *zBuf){ /* -** Convert a 128-bit MD5 digest into sequency of eight 5-digit integers +** Convert a 128-bit MD5 digest into sequences of eight 5-digit integers ** each representing 16 bits of the digest and separated from each ** other by a "-" character. */ |