diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:28:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:28:08 (GMT) |
commit | 6c33a5829de2164ea44a4b04a48188bdc4633b48 (patch) | |
tree | 9ef10b692ce29061f599407b881e54f0f71deb86 /generic/tkImgPhoto.c | |
parent | 0fd1dde8cc2bed51e25230af8f739e7280e54389 (diff) | |
parent | 561fe24459c6d4f750c4ebe2a138aa563b1fb58c (diff) | |
download | tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.zip tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.tar.gz tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.tar.bz2 |
Merge 8.5 (just a few typo's)
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r-- | generic/tkImgPhoto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index 8f5295f..b91cacb 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -4095,7 +4095,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 @@ -4136,7 +4136,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 |