aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/builtins
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-22 16:42:21 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-23 03:06:39 +0300
commitfa2585d0b364143fb588b8bb611eaa4d1c277811 (patch)
tree529fe5facf7c43c453a8569073b31fc122efcc68 /docs/yaml/builtins
parentb98356e0557399803895755a5f513841345fba1b (diff)
downloadmeson-fa2585d0b364143fb588b8bb611eaa4d1c277811.zip
meson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz
meson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.bz2
Fix typos in docs
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r--docs/yaml/builtins/meson.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml
index 1ae3499..b8b1ad4 100644
--- a/docs/yaml/builtins/meson.yaml
+++ b/docs/yaml/builtins/meson.yaml
@@ -450,7 +450,7 @@ methods:
type: env | str | list[str] | dict[str] | dict[list[str]]
description: |
The [[@env]] object to add.
- Since *0.62.0* list of strings is allowed in dictionnary values. In that
+ Since *0.62.0* list of strings is allowed in dictionary values. In that
case values are joined using the separator.
kwargs:
separator:
@@ -467,5 +467,5 @@ methods:
description: |
Must be one of 'set', 'prepend', or 'append'
(defaults to 'set'). Controls if initial values defined in the first
- positional argument are prepended, appended or repace the current value
+ positional argument are prepended, appended or replace the current value
of the environment variable.