diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2019-11-28 09:54:16 +1300 |
---|---|---|
committer | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-27 20:23:20 -0500 |
commit | dd15c47ea8c8cde4b954dad1ea9625c360412f14 (patch) | |
tree | cd36dfdbdc88cb68ec77af629e73be0422dea71d /docs/markdown/Reference-manual.md | |
parent | adcd70861d14ae591130cc1173093e5c83513867 (diff) | |
download | meson-dd15c47ea8c8cde4b954dad1ea9625c360412f14.zip meson-dd15c47ea8c8cde4b954dad1ea9625c360412f14.tar.gz meson-dd15c47ea8c8cde4b954dad1ea9625c360412f14.tar.bz2 |
docs: Fix typo [skip ci]
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-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 cf846ef..eefb496 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -2277,7 +2277,7 @@ an external dependency with the following methods: - `get_variable(cmake : str, pkgconfig : str, configtool : str, default_value : str, pkgconfig_define : [str, str])` *(Added in - 0.51.0)* A generic variable getter method, which repalces the + 0.51.0)* A generic variable getter method, which replaces the get_*type*_variable methods. This allows one to get the variable from a dependency without knowing specifically how that dependency was found. If default_value is set and the value cannot be gotten |