summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index ddd9be661..c623b8516 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -69,7 +69,7 @@ struct treeview_node_msg {
bool user; /* True iff delete by user interaction */
} delete;
struct {
- lwc_string *feild; /* The field being edited */
+ lwc_string *field; /* The field being edited */
const char *text; /* The proposed new value */
} node_edit; /* Client may call treeview_update_node_* */
struct {