From f2fdf779f030b29f4c966aacc3eebde2c022869f Mon Sep 17 00:00:00 2001 From: Alexander Berezhnoi Date: Mon, 9 Sep 2019 20:17:36 +0300 Subject: [PATCH] Typo correction --- ffmpeg-android-maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg-android-maker.sh b/ffmpeg-android-maker.sh index dc10feb..5a3c589 100755 --- a/ffmpeg-android-maker.sh +++ b/ffmpeg-android-maker.sh @@ -2,7 +2,7 @@ FFMPEG_FALLBACK_VERSION=4.2.1 -# Defining a toolchan directory's name according to the current OS. +# Defining a toolchain directory's name according to the current OS. # Assume that proper version of NDK is installed. case "$OSTYPE" in darwin*) HOST_TAG="darwin-x86_64" ;;