diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 04:03:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 04:10:39 -0400 |
commit | 248f980a67ac721882465c48d60039ac70d3fa82 (patch) | |
tree | 02d853e6bd275b1351f09ad6827fb02bf7cbad95 /man/XtGetGC.man | |
parent | 0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff) |
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtGetGC.man')
-rw-r--r-- | man/XtGetGC.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtGetGC.man b/man/XtGetGC.man index 53cb794..6903788 100644 --- a/man/XtGetGC.man +++ b/man/XtGetGC.man @@ -36,7 +36,7 @@ .na .TH XtGetGC __libmansuffix__ __xorgversion__ "XT FUNCTIONS" .SH NAME -XtGetGC, XtReleaseGC \- obtain and destroy a sharable GC +XtGetGC, XtReleaseGC \- obtain and destroy a shareable GC .SH SYNTAX #include <X11/Intrinsic.h> .HP @@ -56,7 +56,7 @@ Specifies the widget. .SH DESCRIPTION The .B XtGetGC -function returns a sharable, read-only GC. +function returns a shareable, read-only GC. The parameters to this function are the same as those for .B XCreateGC except that a widget is passed instead of a display. |