summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-07-02 19:36:19 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-07-02 19:36:19 (GMT)
commit8a3e8fe5694a99d5b91fb75803a6976aa259eb66 (patch)
treed8d2e398064aea801ebceddb89eccef4e6988240 /xlib
parent8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff)
downloadtk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.zip
tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.gz
tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.bz2
Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xgc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index b85fe39..9eaf7ae 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.
*
*----------------------------------------------------------------------
*/