summaryrefslogtreecommitdiff
path: root/docs/markdown/Configuring-a-build-directory.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/Configuring-a-build-directory.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-474f4813c477c30bed842baa706170e5e902838c.tar.gz
Capitalize "Meson" consistently as it is a proper name. [skip ci]
Diffstat (limited to 'docs/markdown/Configuring-a-build-directory.md')
-rw-r--r--docs/markdown/Configuring-a-build-directory.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Configuring-a-build-directory.md b/docs/markdown/Configuring-a-build-directory.md
index 0b6053cd6..c55267656 100644
--- a/docs/markdown/Configuring-a-build-directory.md
+++ b/docs/markdown/Configuring-a-build-directory.md
@@ -116,5 +116,5 @@ all the work required to bring your build tree up to date.
Since 0.50.0, it is also possible to get a list of all build options
by invoking [`meson configure`](Commands.md#configure) with the
project source directory or the path to the root `meson.build`. In
-this case, meson will print the default values of all options similar
+this case, Meson will print the default values of all options similar
to the example output from above.