diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-02-28 08:11:53 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2022-02-28 08:11:53 -0500 |
commit | 7a926d8dff2c161877f26b0ccce21800908893c1 (patch) | |
tree | c1965c92c1bb616c02ba8b799a7ac0dad7b55a81 /docs/yaml/builtins | |
parent | 3478e968d2f9820c9ffe0f6e4e04ebfa37bacd47 (diff) | |
download | meson-7a926d8dff2c161877f26b0ccce21800908893c1.zip meson-7a926d8dff2c161877f26b0ccce21800908893c1.tar.gz meson-7a926d8dff2c161877f26b0ccce21800908893c1.tar.bz2 |
doc: Fix spelling developper->developer
Mistaken from French développeur.
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r-- | docs/yaml/builtins/meson.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml index 00ade2e..92fc90e 100644 --- a/docs/yaml/builtins/meson.yaml +++ b/docs/yaml/builtins/meson.yaml @@ -418,7 +418,7 @@ methods: to the list of environments that will be applied when using [`meson devenv`](Commands.md#devenv) command line. - This is useful for developpers who wish to use the project without + This is useful for developers who wish to use the project without installing it, it is often needed to set for example the path to plugins directory, etc. Alternatively, a list or dictionary can be passed as first argument. |