diff --git a/symlink-images-by-aspect-ratio.pl b/symlink-images-by-aspect-ratio.pl index 2461eba..4f09c3c 100755 --- a/symlink-images-by-aspect-ratio.pl +++ b/symlink-images-by-aspect-ratio.pl @@ -22,7 +22,7 @@ if (! -d $conf->{src_dir}) { # verify the destination dir if (! -d $conf->{dst_dir}) { - print "ERROR: Source directory '$conf->{dst_dir}' does not exist. Aborting.\n"; + print "ERROR: Destination directory '$conf->{dst_dir}' does not exist. Aborting.\n"; exit 1; }