From ae0c5a4048bec6ebcc61a8cd4abbe79ac367c53e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Nov 2021 14:25:45 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geometry.c') 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); -- cgit v1.2.3