diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/md5.c b/src/common/md5.c index 24b96eb3149..55eaeed8286 100644 --- a/src/common/md5.c +++ b/src/common/md5.c @@ -277,7 +277,7 @@ bytesToHex(uint8 b[16], char *s) * * OUTPUT hexsum the MD5 sum as a '\0'-terminated string of * hexadecimal digits. an MD5 sum is 16 bytes long. - * each byte is represented by two heaxadecimal + * each byte is represented by two hexadecimal * characters. you thus need to provide an array * of 33 characters, including the trailing '\0'. * |
