summaryrefslogtreecommitdiff
path: root/src/Form.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/Form.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/Form.c')
-rw-r--r--src/Form.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Form.c b/src/Form.c
index f078270..06d1841 100644
--- a/src/Form.c
+++ b/src/Form.c
@@ -408,7 +408,7 @@ ResizeChildren(Widget w)
form = (FormConstraints)(*childP)->core.constraints;
if (fw->form.no_refigure) {
/*
- * I am changing the widget wrapper w/o modifing the window. This is
+ * I am changing the widget wrapper w/o modifying the window. This is
* risky, but I can get away with it since I am the parent of this
* widget, and he must ask me for any geometry changes.
*
@@ -636,7 +636,7 @@ GeometryManager(Widget w, XtWidgetGeometry *request, XtWidgetGeometry *reply)
form->form.virtual_height = w->core.height; /* width and height. */
if (fw->form.no_refigure) {
/*
- * I am changing the widget wrapper w/o modifing the window. This is
+ * I am changing the widget wrapper w/o modifying the window. This is
* risky, but I can get away with it since I am the parent of this
* widget, and he must ask me for any geometry changes.
*