summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.c')
-rw-r--r--desktop/treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index d012a0c73..1d63d0208 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -56,7 +56,7 @@ enum treeview_node_part {
struct treeview_text {
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 */
};