summaryrefslogtreecommitdiff
path: root/docs/markdown/Wrap-dependency-system-manual.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 19:49:20 +0000
commit474f4813c477c30bed842baa706170e5e902838c (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Wrap-dependency-system-manual.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-474f4813c477c30bed842baa706170e5e902838c.tar.gz
Capitalize "Meson" consistently as it is a proper name. [skip ci]
Diffstat (limited to 'docs/markdown/Wrap-dependency-system-manual.md')
-rw-r--r--docs/markdown/Wrap-dependency-system-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md
index 3bf22ee14..ff092e8a8 100644
--- a/docs/markdown/Wrap-dependency-system-manual.md
+++ b/docs/markdown/Wrap-dependency-system-manual.md
@@ -131,7 +131,7 @@ Meson. Because of this Meson allows you to specify a patch URL.
For historic reasons this is called a "patch", however, it serves as an
overlay to add or replace files rather than modifying them. The file
must be an archive; it is downloaded and automatically extracted into
-the subproject. The extracted files will include a meson build
+the subproject. The extracted files will include a Meson build
definition for the given subproject.
This approach makes it extremely simple to embed dependencies that