summaryrefslogtreecommitdiff
path: root/src/List.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 10:56:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 10:58:54 -0700
commit794367d1ac396842c0213064ebcfe1f4e2219657 (patch)
tree55fe87da95c1b506aeb0beea91088516b309e5cf /src/List.c
parentf704f8cf083140a592a79705a3b104063d9b67c4 (diff)
downloadxorg-lib-libXaw-794367d1ac396842c0213064ebcfe1f4e2219657.tar.gz
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 'src/List.c')
-rw-r--r--src/List.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/List.c b/src/List.c
index a68a7bd..de76597 100644
--- a/src/List.c
+++ b/src/List.c
@@ -455,11 +455,11 @@ ChangeSize(Widget w, unsigned int width, unsigned int height)
Layout(w, False, False, &request.width, &request.height);
request.request_mode = CWWidth | CWHeight;
XtMakeGeometryRequest(w, &request, &reply);
- /*FALLTROUGH*/
+ /*FALLTHROUGH*/
default:
break;
}
- /*FALLTROUGH*/
+ /*FALLTHROUGH*/
default:
break;
}