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/functions/project.yaml | |
| parent | e238b81ba0b89faa19b512d1e78de00dad1488ce (diff) | |
| download | meson-cf9fd56bc905a2022ad48c93d25b5a73b57c8802.tar.gz | |
fix various spelling issues
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'docs/yaml/functions/project.yaml')
| -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 a18e8780b..59595cd87 100644 --- a/docs/yaml/functions/project.yaml +++ b/docs/yaml/functions/project.yaml @@ -82,7 +82,7 @@ kwargs: For backwards compatibility reasons you can also pass an array of licenses here. This is not recommended, as it is ambiguous: `license : - ['Apache-2.0', 'GPL-2.0-only']` instead use an SPDX espression: `license + ['Apache-2.0', 'GPL-2.0-only']` instead use an SPDX expression: `license : 'Apache-2.0 OR GPL-2.0-only'`, which makes it clear that the license mean OR, not AND. |
