diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-04-11 16:04:17 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-04-11 19:21:05 -0400 |
commit | cf9fd56bc905a2022ad48c93d25b5a73b57c8802 (patch) | |
tree | a6858f0e790f801f49d8d4f161e9183deaf90e20 /docs/yaml/objects | |
parent | e238b81ba0b89faa19b512d1e78de00dad1488ce (diff) | |
download | meson-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/objects')
-rw-r--r-- | docs/yaml/objects/build_tgt.yaml | 2 | ||||
-rw-r--r-- | docs/yaml/objects/compiler.yaml | 4 | ||||
-rw-r--r-- | docs/yaml/objects/module.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/yaml/objects/build_tgt.yaml b/docs/yaml/objects/build_tgt.yaml index 6ca43f3..73b9b5d 100644 --- a/docs/yaml/objects/build_tgt.yaml +++ b/docs/yaml/objects/build_tgt.yaml @@ -53,7 +53,7 @@ methods: deprecated: 0.59.0 description: | Does the exact same as [[build_tgt.full_path]]. **NOTE**: This - function is solely kept for compatebility with [[@external_program]] objects. + function is solely kept for compatibility with [[@external_program]] objects. It will be removed once the, also deprecated, corresponding `path()` function in the [[@external_program]] object is removed. diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index abf86aa..4bf69c3 100644 --- a/docs/yaml/objects/compiler.yaml +++ b/docs/yaml/objects/compiler.yaml @@ -485,7 +485,7 @@ methods: default: "'off'" description: | Supported values: - - `'off'`: Quietely ignore unsupported arguments + - `'off'`: Quietly ignore unsupported arguments - `'warn'`: Print a warning for unsupported arguments - `'require'`: Abort if at least one argument is not supported @@ -544,7 +544,7 @@ methods: # default: "'off'" # description: | # Supported values: - # - `'off'`: Quietely ignore unsupported arguments + # - `'off'`: Quietly ignore unsupported arguments # - `'warn'`: Print a warning for unsupported arguments # - `'require'`: Abort if at least one argument is not supported diff --git a/docs/yaml/objects/module.yaml b/docs/yaml/objects/module.yaml index cd98faa..518c1aa 100644 --- a/docs/yaml/objects/module.yaml +++ b/docs/yaml/objects/module.yaml @@ -4,7 +4,7 @@ description: | Base type for all modules. Modules provide their own specific implementation methods, but all modules - proivide the following methods: + provide the following methods: methods: - name: found |