mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
configure: fix typos
This commit is contained in:
parent
35eeed9aee
commit
1939babe83
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue