typos: Fix avalaible/available typos
authorThibault Saunier <tsaunier@igalia.com>
Fri, 6 Dec 2024 12:26:29 +0000 (09:26 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 10 Dec 2024 09:35:35 +0000 (09:35 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8086>

subprojects/gst-devtools/docs/gst-validate-transcoding.md
subprojects/gst-devtools/docs/gst-validate.md
subprojects/gst-editing-services/docs/design/asset.txt
subprojects/gstreamer-sharp/meson.build

index 419dca187831777f09bb9ef64fcd76a287b856e9..bca2f42c8c33e8a4a358b7eaca052cb334fa5f7a 100644 (file)
@@ -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
index 665fba67e23877be7dec67b4a164ae3a8e7ae1e1..d417c51519a9fc571d9db07b7052c40524ad11ed 100644 (file)
@@ -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.
index 548908b7304b028a46d9733bb698d6b8291cae32..a7d5852bf9908a5c78fa6e7a0e7b2a763cf03d17 100644 (file)
@@ -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
index cc28f36578fbc0408942a91a83383b8a66c0024b..8e5598513e71d18eca301e7d05a37182bea157dc 100644 (file)
@@ -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