diff options
author | Krzysztof Małysa <varqox@gmail.com> | 2020-09-05 21:28:03 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-09-05 16:56:28 -0400 |
commit | 49b3182748b8c38c56a4310b1843fbf93d0fe7cb (patch) | |
tree | b26f28c3d165bab28c505d2fdea72f85ab846921 | |
parent | 492afe50a439d70df99d6e3e59572aff55e14c6b (diff) | |
download | meson-49b3182748b8c38c56a4310b1843fbf93d0fe7cb.zip meson-49b3182748b8c38c56a4310b1843fbf93d0fe7cb.tar.gz meson-49b3182748b8c38c56a4310b1843fbf93d0fe7cb.tar.bz2 |
docs: Fix typo in Reference-manual.md [skip ci]
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index a860f85..af77771 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1776,7 +1776,7 @@ the following methods. `MESONINTROSPECT` contains the path to the introspect command that corresponds to the `meson` executable that was used to configure the - build. (This might be a different path then the first executable + build. (This might be a different path than the first executable found in `PATH`.) It can be used to query build configuration. Note that the value will contain many parts, f.ex., it may be `python3 /path/to/meson.py introspect`. The user is responsible for splitting |