configure: fix typos

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-01-28 11:22:15 -08:00
parent 35eeed9aee
commit 1939babe83

4
configure vendored
View file

@ -1,6 +1,6 @@
#!/bin/sh
# TODO be marter about per component flags if needed.
# TODO be smarter about per component flags if needed.
HELP="Helper configure script to build gst-devtools
@ -44,7 +44,7 @@ done
if [ -z "$VALIDATE" ] && [ -z "$CODECANALYZER" ] && [ -z $MEDIAINFO ]
then
echo "No compoonent specified, building everything"
echo "No component specified, building everything"
VALIDATE=validate
CODECANALYZER=codecanalyzer
MEDIAINFO=mediainfo