diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 15:56:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 15:56:49 -0700 |
commit | 25053af7cc9307090fa1a444d9679ad729ce6f50 (patch) | |
tree | 4c86929bf6f17619453b2b215d8162b75b70c0e3 /include | |
parent | fa9b4d7d144c6ddd989b40c826c4bee9808f6cba (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 'include')
-rw-r--r-- | include/X11/Xmu/EditresP.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/X11/Xmu/EditresP.h b/include/X11/Xmu/EditresP.h index ed9dd41..c606f81 100644 --- a/include/X11/Xmu/EditresP.h +++ b/include/X11/Xmu/EditresP.h @@ -130,7 +130,7 @@ in this Software without prior written authorization from The Open Group. Send Widget Tree returns the toolkit type, and a fuly specified list of widgets for each widget in the tree. This is enough information - to completely reconstruct the entire widget heirarchy. + to completely reconstruct the entire widget hierarchy. The window return value contains the Xid of the window currently used by this widget. If the widget is unrealized then 0 is returned, @@ -195,7 +195,7 @@ in this Software without prior written authorization from The Open Group. Type: String8 ] GetResource retrieves the kind, name, class and type for every - widget passed to it. If an error occured with the resource fetch + widget passed to it. If an error occurred with the resource fetch Error will be set to True for the given widget and a message is returned rather than the resource info. @@ -220,8 +220,8 @@ in this Software without prior written authorization from The Open Group. Height: Card16 BorderWidth: Card16 ] - GetGeometry retreives the mapping state, x, y, width, height - and border width for each widget specified. If an error occured + GetGeometry retrieves the mapping state, x, y, width, height + and border width for each widget specified. If an error occurred with the geometry fetch "Error" will be set to True for the given widget and a message is returned rather than the geometry info. X an Y corrospond to the root coordinates of the upper left corner |