diff options
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r-- | xlib/xgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,7 +117,7 @@ XCreateGC( /* * In order to have room for a dash list, MAX_DASH_LIST_SIZE extra chars * are defined, which is invisible from the outside. The list is assumed - * to end with a 0-char, so this must be set explicitely during + * to end with a 0-char, so this must be set explicitly during * initialization. */ @@ -453,7 +453,7 @@ XSetClipOrigin( * None. * * Side effects: - * Allocates or dealloates a TkpClipMask. + * Allocates or deallocates a TkpClipMask. * *---------------------------------------------------------------------- */ |