mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
docs: Fix typos in documentation
In building-from-source-using-meson.md: s/implicitely/implicitly/ In README.md: s/uncompatible/incompatible/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1743>
This commit is contained in:
parent
5a421886b4
commit
7063aa1471
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ All the selected features will be registered into a dedicated `NULL` plugin name
|
||||||
|
|
||||||
This will cause the features/plugins that are not registered to not be included in the final gstreamer-full library.
|
This will cause the features/plugins that are not registered to not be included in the final gstreamer-full library.
|
||||||
|
|
||||||
This is an experimental feature, backward uncompatible changes could still be
|
This is an experimental feature, backward incompatible changes could still be
|
||||||
made in the future.
|
made in the future.
|
||||||
|
|
||||||
# Development environment
|
# Development environment
|
||||||
|
|
|
@ -99,7 +99,7 @@ meson <build_directory>
|
||||||
The `build_directory` is where all the build instructions and output will be
|
The `build_directory` is where all the build instructions and output will be
|
||||||
located (This is also called *"out of directory"* building). If the directory is
|
located (This is also called *"out of directory"* building). If the directory is
|
||||||
not created it will be done so at this point. Note that calling `meson` without
|
not created it will be done so at this point. Note that calling `meson` without
|
||||||
any *command* argument is implicitely calling the `meson setup` command (i.e. to
|
any *command* argument is implicitly calling the `meson setup` command (i.e. to
|
||||||
do the initial configuration of a project).
|
do the initial configuration of a project).
|
||||||
|
|
||||||
There is only one restriction regarding the location of the `build_directory`:
|
There is only one restriction regarding the location of the `build_directory`:
|
||||||
|
|
Loading…
Reference in a new issue