diff options
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r-- | generic/tkImgPhoto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index d385a7c..3d22c63 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -3025,7 +3025,7 @@ Tk_PhotoPutBlock( if (alphaOffset) { /* * This block is grossly inefficient. For each row in the image, it - * finds each continguous string of nontransparent pixels, then marks + * finds each contiguous string of nontransparent pixels, then marks * those areas as valid in the validRegion mask. This makes drawing * very efficient, because of the way we use X: we just say, here's * your mask, and here's your data. We need not worry about the |