summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.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/tkImgGIF.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/tkImgGIF.c')
-rw-r--r--generic/tkImgGIF.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkImgGIF.c b/generic/tkImgGIF.c
index cebf8e3..c16ca11 100644
--- a/generic/tkImgGIF.c
+++ b/generic/tkImgGIF.c
@@ -63,9 +63,9 @@ typedef struct mFile {
* Most data in a GIF image is binary and is treated as such. However, a few
* key bits are stashed in ASCII. If we try to compare those pieces to the
* char they represent, it will fail on any non-ASCII (eg, EBCDIC) system. To
- * accomodate these systems, we test against the numeric value of the ASCII
+ * accommodate these systems, we test against the numeric value of the ASCII
* characters instead of the characters themselves. This is encoding
- * independant.
+ * independent.
*/
static const char GIF87a[] = { /* ASCII GIF87a */