aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-03-11 22:37:16 +0100
committerMemphiz <memphis@machzwo.de>2015-03-11 22:37:16 +0100
commit3537abaa4841af97ff2a3e1baf00ee8abeff5349 (patch)
treed4d092dd650a63cd871a60bad525b72a9d5c6194 /tools
parent939011d0fb3e1e769b187217c9dd56593b663999 (diff)
parent8cdbec9ed1dede62c09502c8b851e20ecc98d614 (diff)
Merge pull request #6691 from uNiversaI/ffmpeg
[cosmetic typo fix] priviledges -> privileges
Diffstat (limited to 'tools')
-rwxr-xr-xtools/depends/target/ffmpeg/autobuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/ffmpeg/autobuild.sh b/tools/depends/target/ffmpeg/autobuild.sh
index 8733de05f6..196c347aeb 100755
--- a/tools/depends/target/ffmpeg/autobuild.sh
+++ b/tools/depends/target/ffmpeg/autobuild.sh
@@ -164,7 +164,7 @@ CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \
make -j ${BUILDTHREADS}
if [ $? -eq 0 ]
then
- [ ${SUDO} ] && echo "Root priviledges are required to install to ${FFMPEG_PREFIX}"
+ [ ${SUDO} ] && echo "Root privileges are required to install to ${FFMPEG_PREFIX}"
${SUDO} make install && echo "$VERSION" > ../.ffmpeg-installed
else
echo "ERROR: Building ffmpeg failed"