summaryrefslogtreecommitdiff
path: root/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'geometry.c')
-rw-r--r--geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry.c b/geometry.c
index 50dd286..428addf 100644
--- a/geometry.c
+++ b/geometry.c
@@ -204,7 +204,7 @@ AddToFlashList(TreeInfo *tree_info, GetGeomInfo *geom_info, char **errors)
return;
}
- if (!geom_info->visable) {
+ if (!geom_info->visible) {
snprintf(buf, sizeof(buf), "%s(0x%lx) - This widget is not mapped\n",
node->name, node->id);
AddString(errors, buf);