diff options
Diffstat (limited to 'include/X11/Xaw3d/FormP.h')
-rw-r--r-- | include/X11/Xaw3d/FormP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/Xaw3d/FormP.h b/include/X11/Xaw3d/FormP.h index b3bacdf..11d8f1d 100644 --- a/include/X11/Xaw3d/FormP.h +++ b/include/X11/Xaw3d/FormP.h @@ -116,7 +116,7 @@ typedef struct _FormConstraintsPart { Boolean allow_resize; /* TRUE if child may request resize */ /* - * Private contstraint resources. + * Private constraint resources. */ /* @@ -126,7 +126,7 @@ typedef struct _FormConstraintsPart { short virtual_width, virtual_height; /* - * Temporary Storage for children's new possible possition. + * Temporary Storage for children's new possible position. */ Position new_x, new_y; |