diff options
| author | spaette <spaette@users.noreply.github.com> | 2024-09-11 13:05:04 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-09-11 15:51:04 -0700 |
| commit | 4179996fefd272cc0c893b88ad17c010fa037768 (patch) | |
| tree | a5f7f8ff03bb5b6d39556331d4c2e163f7718c14 /docs/yaml/functions | |
| parent | 3aedec5b34c586b9c3a16be17d2fda353bf5fff1 (diff) | |
| download | meson-4179996fefd272cc0c893b88ad17c010fa037768.tar.gz | |
Fix typos
Diffstat (limited to 'docs/yaml/functions')
| -rw-r--r-- | docs/yaml/functions/build_target.yaml | 2 | ||||
| -rw-r--r-- | docs/yaml/functions/install_data.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/build_target.yaml b/docs/yaml/functions/build_target.yaml index 74d45f007..a56fe75fe 100644 --- a/docs/yaml/functions/build_target.yaml +++ b/docs/yaml/functions/build_target.yaml @@ -32,7 +32,7 @@ description: | The returned object also has methods that are documented in [[@build_tgt]]. - *"jar" is deprecated because it is fundementally a different thing than the + *"jar" is deprecated because it is fundamentally a different thing than the other build_target types. posargs_inherit: _build_target_base diff --git a/docs/yaml/functions/install_data.yaml b/docs/yaml/functions/install_data.yaml index ff4f3363d..9ed09a75c 100644 --- a/docs/yaml/functions/install_data.yaml +++ b/docs/yaml/functions/install_data.yaml @@ -13,7 +13,7 @@ varargs: warnings: - the `install_mode` kwarg ignored integer values between 0.59.0 -- 1.1.0. - an omitted `install_dir` kwarg did not work correctly inside of a subproject until 1.3.0. - - an omitted `install_dir` kwarg did not work correctly when combined with the `preserve_path` kwarg untill 1.3.0. + - an omitted `install_dir` kwarg did not work correctly when combined with the `preserve_path` kwarg until 1.3.0. kwargs: install_dir: |
