summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.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 /generic/tkObj.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 'generic/tkObj.c')
-rw-r--r--generic/tkObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index de92bdf..1a98db6 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -100,7 +100,7 @@ static int SetWindowFromAny(Tcl_Interp *interp, Tcl_Obj *objPtr);
/*
* The following structure defines the implementation of the "pixel" Tcl
* object, used for measuring distances. The pixel object remembers its
- * initial display-independant settings.
+ * initial display-independent settings.
*/
static const Tcl_ObjType pixelObjType = {
@@ -114,7 +114,7 @@ static const Tcl_ObjType pixelObjType = {
/*
* The following structure defines the implementation of the "pixel" Tcl
* object, used for measuring distances. The pixel object remembers its
- * initial display-independant settings.
+ * initial display-independent settings.
*/
static const Tcl_ObjType mmObjType = {