Fix spelling mistake in g_bytes_to_hexdump() doc

This commit is contained in:
Alexandre Quesnel 2021-04-08 15:10:12 +00:00
parent 16fe9a021a
commit bc7c9abd58
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ g_text2bool(const char *s);
* | | |
* | | ascii representation of bytes
* | hex representation of bytes
* offset from beining of the byte array in hex
* offset from beginning of the byte array in hex
*
* Note: the ascii representation uses '.' for all non-printable
* characters (eg. below 32 or above 127).