From bb73a5ceae7a111cbe27da98cf396b6c17b6e67b Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 10 May 2018 18:03:53 +0200 Subject: [PATCH] Fixed comment --- resizePictures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resizePictures.sh b/resizePictures.sh index 536cee5..20f3c75 100755 --- a/resizePictures.sh +++ b/resizePictures.sh @@ -54,7 +54,7 @@ for image in {*.jpg,*.JPG} ; do continue fi - # Convert covert + # Convert cover if [ "${image}" == "${COVERFILE}" ] ; then echo -e "${GREEN}Converting cover file${RESET}"