diff --git a/subprojects/gst-devtools/docs/gst-validate-transcoding.md b/subprojects/gst-devtools/docs/gst-validate-transcoding.md index 419dca1878..bca2f42c8c 100644 --- a/subprojects/gst-devtools/docs/gst-validate-transcoding.md +++ b/subprojects/gst-devtools/docs/gst-validate-transcoding.md @@ -109,11 +109,11 @@ few options to control how transcoding should be tested. * `--set-scenario`: Let you set a scenario, it can be a full path to a scenario file or the name of the scenario (name of the file without the `.scenario` extension). -* `-l`, `--list-scenarios`: List the avalaible scenarios that can be run. +* `-l`, `--list-scenarios`: List the available scenarios that can be run. * `--scenarios-defs-output-file`: The output file to store scenarios details. Implies `--list-scenario`. -* `-t`, `--inspect-action-type`: Inspect the avalaible action types with which to write scenarios if - no parameter passed, it will list all avalaible action types +* `-t`, `--inspect-action-type`: Inspect the available action types with which to write scenarios if + no parameter passed, it will list all available action types otherwize will print the full description of the wanted types. * `--set-configs`: Let you set a config scenario. The scenario needs to be set as `config`. You can specify a list of scenarios separated by `:`. It diff --git a/subprojects/gst-devtools/docs/gst-validate.md b/subprojects/gst-devtools/docs/gst-validate.md index 665fba67e2..d417c51519 100644 --- a/subprojects/gst-devtools/docs/gst-validate.md +++ b/subprojects/gst-devtools/docs/gst-validate.md @@ -45,11 +45,11 @@ similar to `gst-launch`, and some extra options. * `--set-scenario`: Let you set a scenario, it can be a full path to a scenario file or the name of the scenario (name of the file without the `.scenario` extension). -* `-l`, `--list-scenarios`: List the avalaible scenarios that can be run. +* `-l`, `--list-scenarios`: List the available scenarios that can be run. * `--scenarios-defs-output-file`: The output file to store scenarios details. Implies `--list-scenario`. -* `-t`, `--inspect-action-type`: Inspect the avalaible action types with which to write scenarios if - no parameter passed, it will list all avalaible action types +* `-t`, `--inspect-action-type`: Inspect the available action types with which to write scenarios if + no parameter passed, it will list all available action types otherwize will print the full description of the wanted types. * `--set-media-info`: Set a media\_info XML file descriptor to share information about the media file that will be reproduced. diff --git a/subprojects/gst-editing-services/docs/design/asset.txt b/subprojects/gst-editing-services/docs/design/asset.txt index 548908b730..a7d5852bf9 100644 --- a/subprojects/gst-editing-services/docs/design/asset.txt +++ b/subprojects/gst-editing-services/docs/design/asset.txt @@ -29,7 +29,7 @@ Basically, asset is a way of avoiding duplicating data between object and avoid processing when the same processing would happen several times for an 2 different objects of a same type. - * There will be a listing of avalaible, ready to use assets + * There will be a listing of available, ready to use assets * Asset allow to create some particular types of object that implement the GESExtractable interface * Assets will hold metadatas diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build index cc28f36578..8e5598513e 100644 --- a/subprojects/gstreamer-sharp/meson.build +++ b/subprojects/gstreamer-sharp/meson.build @@ -168,7 +168,7 @@ girs_dir = join_paths(meson.global_source_root(), 'girs') codegen_enabled = false if not bindinate.found() - warning('Bindinator not usable as some required dependencies are not avalaible.') + warning('Bindinator not usable as some required dependencies are not available.') elif not fs.is_dir(girs_dir) message('Code generation disabled, gstreamer-sharp must be a GStreamer subproject.') else