aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-11 16:04:17 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-04-11 19:21:05 -0400
commitcf9fd56bc905a2022ad48c93d25b5a73b57c8802 (patch)
treea6858f0e790f801f49d8d4f161e9183deaf90e20 /docs/yaml/functions
parente238b81ba0b89faa19b512d1e78de00dad1488ce (diff)
downloadmeson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.zip
meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.gz
meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.bz2
fix various spelling issues
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r--docs/yaml/functions/_build_target_base.yaml4
-rw-r--r--docs/yaml/functions/install_headers.yaml2
-rw-r--r--docs/yaml/functions/project.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml
index 767c4da..8b169c8 100644
--- a/docs/yaml/functions/_build_target_base.yaml
+++ b/docs/yaml/functions/_build_target_base.yaml
@@ -89,7 +89,7 @@ kwargs:
default: false
description: |
When set to true flags this target as a GUI application
- on platforms where this makes a differerence, **deprecated** since
+ on platforms where this makes a difference, **deprecated** since
0.56.0, use `win_subsystem` instead.
link_args:
@@ -299,6 +299,6 @@ kwargs:
If it is a [[shared_library]] it defaults to "lib", and may be "lib",
"dylib", "cdylib", or "proc-macro". If "lib" then Rustc will pick a
default, "cdylib" means a C ABI library, "dylib" means a Rust ABI, and
- "proc-macro" is a special rust proceedural macro crate.
+ "proc-macro" is a special rust procedural macro crate.
"proc-macro" is new in 0.62.0.
diff --git a/docs/yaml/functions/install_headers.yaml b/docs/yaml/functions/install_headers.yaml
index 50e1c55..65489d2 100644
--- a/docs/yaml/functions/install_headers.yaml
+++ b/docs/yaml/functions/install_headers.yaml
@@ -67,6 +67,6 @@ kwargs:
since: 0.63.0
default: false
description: |
- Disable stripping child-direcories from header files when installing.
+ Disable stripping child-directories from header files when installing.
This is equivalent to GNU Automake's `nobase` option.
diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml
index a18e878..59595cd 100644
--- a/docs/yaml/functions/project.yaml
+++ b/docs/yaml/functions/project.yaml
@@ -82,7 +82,7 @@ kwargs:
For backwards compatibility reasons you can also pass an array of
licenses here. This is not recommended, as it is ambiguous: `license :
- ['Apache-2.0', 'GPL-2.0-only']` instead use an SPDX espression: `license
+ ['Apache-2.0', 'GPL-2.0-only']` instead use an SPDX expression: `license
: 'Apache-2.0 OR GPL-2.0-only'`, which makes it clear that the license
mean OR, not AND.