From 19f9369b4cedab072eb7516e738a505ad635aca8 Mon Sep 17 00:00:00 2001 From: spaette Date: Fri, 13 Sep 2024 14:39:53 -0500 Subject: Fix typos --- docs/markdown/Release-notes-for-1.3.0.md | 4 ++-- docs/markdown/Subprojects.md | 2 +- docs/markdown/Wrap-dependency-system-manual.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Release-notes-for-1.3.0.md b/docs/markdown/Release-notes-for-1.3.0.md index 1a1d04898..0c7660f23 100644 --- a/docs/markdown/Release-notes-for-1.3.0.md +++ b/docs/markdown/Release-notes-for-1.3.0.md @@ -89,8 +89,8 @@ you to set the environment in which the generator will process inputs. In previous versions of meson, a `meson.build` file like this: ``` -exectuable('foo', 'main.c') -exectuable('foo', 'main.c', name_suffix: 'bar') +executable('foo', 'main.c') +executable('foo', 'main.c', name_suffix: 'bar') ``` would result in a configure error because meson internally used diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md index 78239b9fc..0375b5698 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -300,7 +300,7 @@ types. Multiple types can be set as comma separated list e.g. `--types git,file`. *Since 0.56.0* If the subcommand fails on any subproject an error code -is returned at the end instead of retuning success. +is returned at the end instead of returning success. ### Download subprojects diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index 60568f1d8..9bb7a8426 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -379,7 +379,7 @@ Some naming conventions need to be respected: Since *1.5.0* Cargo wraps can also be provided with `Cargo.lock` file at the root of (sub)project source tree. Meson will automatically load that file and convert -it into a serie of wraps definitions. +it into a series of wraps definitions. ## Using wrapped projects -- cgit v1.2.3