diff options
author | John Levon <levon@movementarian.org> | 2023-02-25 15:30:42 +0000 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2023-03-01 12:15:40 -0800 |
commit | 8833513f574664e510fd1dc246aa669b2cd80fbf (patch) | |
tree | cd9ca52a252aa82ffd70bade29e2629c652f9167 /docs/yaml/functions | |
parent | f5841cb69b80f351d5fe0c9440d71cb8609bf560 (diff) | |
download | meson-8833513f574664e510fd1dc246aa669b2cd80fbf.zip meson-8833513f574664e510fd1dc246aa669b2cd80fbf.tar.gz meson-8833513f574664e510fd1dc246aa669b2cd80fbf.tar.bz2 |
docs: fix a small typo
s/Accecpts/Accepts/
Signed-off-by: John Levon <levon@movementarian.org>
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r-- | docs/yaml/functions/project.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml index fe665aa..c4ac0be 100644 --- a/docs/yaml/functions/project.yaml +++ b/docs/yaml/functions/project.yaml @@ -40,7 +40,7 @@ kwargs: default_options: type: list[str] description: | - Accecpts strings in the form `key=value` + Accepts strings in the form `key=value` which have the same format as options to `meson configure`. For example to set the default project type you would set this: `default_options : ['buildtype=debugoptimized']`. Note |