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/XtAllocateGC.man | |
parent | 0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff) |
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAllocateGC.man')
-rw-r--r-- | man/XtAllocateGC.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAllocateGC.man b/man/XtAllocateGC.man index 30eab59..3b4c9f8 100644 --- a/man/XtAllocateGC.man +++ b/man/XtAllocateGC.man @@ -35,7 +35,7 @@ .na .TH XtAllocateGC __libmansuffix__ __xorgversion__ "XT FUNCTIONS" .SH NAME -XtAllocateGC \- obtain a sharable GC with modifiable fields +XtAllocateGC \- obtain a shareable GC with modifiable fields .SH SYNTAX #include <X11/Intrinsic.h> .HP @@ -58,7 +58,7 @@ Specifies the fields of the GC that will not be needed by the caller. .SH DESCRIPTION The .B XtAllocateGC -function returns a sharable GC that may be modified by the client. +function returns a shareable GC that may be modified by the client. The \fIscreen\fP field of the specified widget or of the nearest widget ancestor of the specified object and the specified \fIdepth\fP argument supply the root and drawable depths for which the GC is to |