From c289c10cd73bc57e44ebbdb71d3c6ef2fc2af931 Mon Sep 17 00:00:00 2001 From: Benjamin Porter Date: Fri, 10 Jun 2022 18:03:29 -0600 Subject: [PATCH] Fix typo in comment: FFMGEP -> FFMPEG --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 670f2e5..90566ad 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -969,7 +969,7 @@ do if [ -f "${cover_file}" ]; then log "Adding cover art" - # FFMGEP does not support MPEG-4 containers fully # + # FFMPEG does not support MPEG-4 containers fully # if [ "${container}" == "mp4" ] ; then mp4art --add "${cover_file}" "${output_file}" # FFMPEG for everything else #