summaryrefslogtreecommitdiff
path: root/geometry.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:25:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:25:45 -0800
commitae0c5a4048bec6ebcc61a8cd4abbe79ac367c53e (patch)
tree9dfc73358b13959989c507a0b3004420b509b729 /geometry.c
parent15be5d8d295f4d7c779845cd11e06c08cfacad85 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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);