Fix typo in comment.

This commit is contained in:
Michael Drake 2015-01-03 00:15:06 +00:00
parent a10aaea989
commit 21d5d30571

View File

@ -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 */
}; };