summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-11-28 15:40:55 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-11-28 15:40:55 +0100
commit8fcd4b572a212ca64eac1d842e8d4e604b4b86b9 (patch)
tree110613237fc71326de97f11287ab6de3ab1ef0c6 /wscript
parentc67048827e5dd5a58511eabd10d9b20c8d2f3215 (diff)
downloadmpv-8fcd4b572a212ca64eac1d842e8d4e604b4b86b9.tar.bz2
mpv-8fcd4b572a212ca64eac1d842e8d4e604b4b86b9.tar.xz
build: fix typos
thanks to @Nikoli
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 05954fc6a6..7e82038aee 100644
--- a/wscript
+++ b/wscript
@@ -825,14 +825,14 @@ def options(opt):
opt.parse_features('build and install options', build_options)
optional_features = main_dependencies + libav_dependencies
- opt.parse_features('optional feaures', optional_features)
+ opt.parse_features('optional features', optional_features)
opt.parse_features('audio outputs', audio_output_features)
opt.parse_features('video outputs', video_output_features)
opt.parse_features('hwaccels', hwaccel_features)
opt.parse_features('tv features', radio_and_tv_features)
opt.parse_features('standalone app', standalone_features)
- group = opt.get_option_group("optional feaures")
+ group = opt.get_option_group("optional features")
group.add_option('--lua',
type = 'string',
dest = 'LUA_VER',