summaryrefslogtreecommitdiffstats
path: root/konq-plugins/imagerotation/exif.py
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/imagerotation/exif.py')
-rwxr-xr-xkonq-plugins/imagerotation/exif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/imagerotation/exif.py b/konq-plugins/imagerotation/exif.py
index 1f71387..60fce74 100755
--- a/konq-plugins/imagerotation/exif.py
+++ b/konq-plugins/imagerotation/exif.py
@@ -811,7 +811,7 @@ class EXIF_header:
repr(self.tags[ifd_name+' '+tag_name]))
# extract uncompressed TIFF thumbnail (like pulling teeth)
- # we take advantage of the pre-existing tqlayout in the thumbnail IFD as
+ # we take advantage of the pre-existing layout in the thumbnail IFD as
# much as possible
def extract_TIFF_thumbnail(self, thumb_ifd):
entries=self.s2n(thumb_ifd, 2)