From 7063aa14712e5ec42f3db1c8135833b768ff10ea Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Fri, 18 Feb 2022 16:12:15 +0100 Subject: [PATCH] docs: Fix typos in documentation In building-from-source-using-meson.md: s/implicitely/implicitly/ In README.md: s/uncompatible/incompatible/ Part-of: --- README.md | 2 +- .../gst-docs/markdown/installing/building-from-source-using-meson.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6d306f..d34b2c0 100644 --- a/README.md +++ b/README.md @@ -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 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. # Development environment diff --git a/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md b/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md index 7d5d00c..914d7a2 100644 --- a/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md +++ b/subprojects/gst-docs/markdown/installing/building-from-source-using-meson.md @@ -99,7 +99,7 @@ meson 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 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). There is only one restriction regarding the location of the `build_directory`: -- 2.7.4