summaryrefslogtreecommitdiff
path: root/src/Box.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 11:50:11 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 11:50:11 -0700
commit34ed91bd900937447fb79e88f276fe19e6aba457 (patch)
tree5169fdea0baeec723798b86959dea4cd24c9f59a /src/Box.c
parent8a8fbec86a2988aa96cbf913d1fa54946fd9cf82 (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 'src/Box.c')
-rw-r--r--src/Box.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Box.c b/src/Box.c
index 50be698..a13db1f 100644
--- a/src/Box.c
+++ b/src/Box.c
@@ -401,7 +401,7 @@ Resize(Widget w)
/*
*
* Try to do a new layout within the current width and height;
- * if that fails try to resize and do it within the box returne
+ * if that fails try to resize and do it within the box returned
* by PreferredSize.
*
* TryNewLayout just says if it's possible, and doesn't actually move the kids
@@ -509,7 +509,7 @@ GeometryManager(Widget w, XtWidgetGeometry *request, XtWidgetGeometry *reply)
(request->request_mode & CWY && request->y != w->core.y))
return (XtGeometryNo);
- /* Size changes must see if the new size can be accomodated */
+ /* Size changes must see if the new size can be accommodated */
if (request->request_mode & (CWWidth | CWHeight | CWBorderWidth)) {
/* Make all three fields in the request valid */