aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/project.yaml
diff options
context:
space:
mode:
authorJohn Levon <levon@movementarian.org>2023-02-25 15:30:42 +0000
committerDylan Baker <dylan@pnwbakers.com>2023-03-01 12:15:40 -0800
commit8833513f574664e510fd1dc246aa669b2cd80fbf (patch)
treecd9ca52a252aa82ffd70bade29e2629c652f9167 /docs/yaml/functions/project.yaml
parentf5841cb69b80f351d5fe0c9440d71cb8609bf560 (diff)
downloadmeson-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/project.yaml')
-rw-r--r--docs/yaml/functions/project.yaml2
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