Fix #710: Apply the orientation to image content not working
[geeqie.git] / plugins / rotate / geeqie-rotate
index 0bfa425..be7222d 100755 (executable)
@@ -20,7 +20,7 @@ rotate()
 
     case "$ext" in
        jpg|jpeg) 
-               if [ -n "$gq_orientaqtion" ] ; then
+               if [ -n "$gq_orientation" ] ; then
                        exiv2 -M "set Exif.Image.Orientation $gq_orientation" "$1"
                        [ $? != 0 ] && exit 1
                fi