diff options
Diffstat (limited to 'src/Form.c')
-rw-r--r-- | src/Form.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. * |