diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-11-09 18:12:26 -0500 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-11-09 16:59:36 -0800 |
commit | 4029705cf3f9c5155f9a8545c7a85b3b550466d3 (patch) | |
tree | 2a252283fa2d14196aa409a2d1c6589e5957cffa | |
parent | 96d243ac75a64739e6dff6c78a52cf23678b8999 (diff) | |
download | meson-4029705cf3f9c5155f9a8545c7a85b3b550466d3.zip meson-4029705cf3f9c5155f9a8545c7a85b3b550466d3.tar.gz meson-4029705cf3f9c5155f9a8545c7a85b3b550466d3.tar.bz2 |
docs: fix some spelling typos
-rw-r--r-- | docs/yaml/objects/compiler.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index f54b559..ccce489 100644 --- a/docs/yaml/objects/compiler.yaml +++ b/docs/yaml/objects/compiler.yaml @@ -374,7 +374,7 @@ methods: since: 0.50.0 description: | List of headers that must be found as well. - This is check is equivalent to checking each herader with an + This check is equivalent to checking each header with a [[compiler.has_header]] call. static: |