summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-02 08:41:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-02 08:41:01 (GMT)
commitfa9b215690838b15cde6db8cf2be1545c20f6032 (patch)
tree20247fa8fbedbd3f143e79080942f4259fedf935 /generic
parentc7cabc58dd1096add0d3d34a4fe54fd1d6eebff4 (diff)
downloadtk-fa9b215690838b15cde6db8cf2be1545c20f6032.zip
tk-fa9b215690838b15cde6db8cf2be1545c20f6032.tar.gz
tk-fa9b215690838b15cde6db8cf2be1545c20f6032.tar.bz2
Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray)
Diffstat (limited to 'generic')
-rw-r--r--generic/tkImgPhInstance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkImgPhInstance.c b/generic/tkImgPhInstance.c
index 98aaeab..fd98c6e 100644
--- a/generic/tkImgPhInstance.c
+++ b/generic/tkImgPhInstance.c
@@ -1261,7 +1261,7 @@ AllocateColors(
}
} else {
/*
- * Monochrome display - allocate the shades of grey we want.
+ * Monochrome display - allocate the shades of gray we want.
*/
for (i = 0; i < numColors; ++i) {