diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 0fbe44ea5..c83dff78f 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,8 +1,8 @@ 2006-01-09 Love Hörnquist Åstrand * hex.c (hex_decode): support decoding odd number of characters, - in the odd len case, the character ends up in the first byte in - the lower nibble. + in the odd len case, the first character ends up in the first byte + in the lower nibble. * hex-test.c: Check that we can decode single character hex chars.