diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-02 08:41:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-02 08:41:01 (GMT) |
commit | fa9b215690838b15cde6db8cf2be1545c20f6032 (patch) | |
tree | 20247fa8fbedbd3f143e79080942f4259fedf935 /generic/tkImgPhInstance.c | |
parent | c7cabc58dd1096add0d3d34a4fe54fd1d6eebff4 (diff) | |
download | tk-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/tkImgPhInstance.c')
-rw-r--r-- | generic/tkImgPhInstance.c | 2 |
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) { |