mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 09:12:44 +03:00
Fix typo in comment.
This commit is contained in:
parent
a10aaea989
commit
21d5d30571
@ -56,7 +56,7 @@ enum treeview_node_part {
|
|||||||
|
|
||||||
struct treeview_text {
|
struct treeview_text {
|
||||||
const char *data; /**< Text string */
|
const char *data; /**< Text string */
|
||||||
uint32_t len; /**< Lenfth of string in bytes */
|
uint32_t len; /**< Length of string in bytes */
|
||||||
int width; /**< Width of text in px */
|
int width; /**< Width of text in px */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user