vlc | branch: master | Alexandre Janniaux <[email protected]> | Wed Apr 29 20:17:01 2020 +0200| [f2175f5d50a3021b322f110c5ed865f1ac43b725] | committer: Alexandre Janniaux
apple: build: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f2175f5d50a3021b322f110c5ed865f1ac43b725 --- extras/package/apple/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh index 3822f4b18e..32426f423d 100755 --- a/extras/package/apple/build.sh +++ b/extras/package/apple/build.sh @@ -731,7 +731,7 @@ $APPL_LIBTOOL -static \ -no_warning_for_no_symbols \ -filelist "$VLC_STATIC_FILELIST_NAME" \ -o "libvlc-full-static.a" \ - || abort_err "Faile running Apple libtool to combine static libraries together" + || abort_err "Failed running Apple libtool to combine static libraries together" echo "" echo "Build succeeded!" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
