diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:29:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:29:56 (GMT) |
commit | 23f3f3d7286d69a47c993acf489b768f415cc664 (patch) | |
tree | f8d5e8ce98115c9598f5440819b72009c0a53b34 /generic | |
parent | d37007df853bd3159a4638c76fdfcd84b464930d (diff) | |
parent | 6c33a5829de2164ea44a4b04a48188bdc4633b48 (diff) | |
download | tk-23f3f3d7286d69a47c993acf489b768f415cc664.zip tk-23f3f3d7286d69a47c993acf489b768f415cc664.tar.gz tk-23f3f3d7286d69a47c993acf489b768f415cc664.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkCanvUtil.c | 2 | ||||
-rw-r--r-- | generic/tkImgPhoto.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkCanvUtil.c b/generic/tkCanvUtil.c index a1fe265..b092df6 100644 --- a/generic/tkCanvUtil.c +++ b/generic/tkCanvUtil.c @@ -774,7 +774,7 @@ TkSmoothParseProc( } /* - * Backward compatability hack. + * Backward compatibility hack. */ if (strncmp(value, "bezier", length) == 0) { diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index 51083e6..89dbb4c 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -4082,7 +4082,7 @@ ImgPhotoPostscript( * * Tk_PhotoPutBlock_NoComposite, Tk_PhotoPutZoomedBlock_NoComposite -- * - * These backward-compatability functions just exist to fill slots in stubs + * These backward-compatibility functions just exist to fill slots in stubs * table. For the behaviour of *_NoComposite, refer to the corresponding * function without the extra suffix, except that the compositing rule is * always "overlay" and the function always panics on memory-allocation @@ -4123,7 +4123,7 @@ Tk_PhotoPutZoomedBlock_NoComposite( * Tk_PhotoExpand_Panic, Tk_PhotoPutBlock_Panic, * Tk_PhotoPutZoomedBlock_Panic, Tk_PhotoSetSize_Panic * - * Backward compatability functions for preserving the old behaviour (i.e. + * Backward compatibility functions for preserving the old behaviour (i.e. * panic on memory allocation failure) so that extensions do not need to be * significantly updated to take account of TIP #116. These call the new * interface (i.e. the interface without the extra suffix), but panic if an |