summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-07-02 19:36:37 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-07-02 19:36:37 (GMT)
commit2ee70a963482c6282908c65752dc376fee64f391 (patch)
tree4887785effdcc7c3fe4c3f8d1c4764b553223f6d /xlib/xgc.c
parent2e99996e18b1b15181b730a451f5e6107bc412fd (diff)
parent8a3e8fe5694a99d5b91fb75803a6976aa259eb66 (diff)
downloadtk-2ee70a963482c6282908c65752dc376fee64f391.zip
tk-2ee70a963482c6282908c65752dc376fee64f391.tar.gz
tk-2ee70a963482c6282908c65752dc376fee64f391.tar.bz2
Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r--xlib/xgc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index a1308f9..16a2205 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -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.
*
*----------------------------------------------------------------------
*/