aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Vala.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Vala.md')
-rw-r--r--docs/markdown/Vala.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Vala.md b/docs/markdown/Vala.md
index 3550fa1..7081f8e 100644
--- a/docs/markdown/Vala.md
+++ b/docs/markdown/Vala.md
@@ -82,7 +82,7 @@ development files. The VAPI is installed in Vala's standard search path and so
works just as seamlessly using the `dependency()` function.
-### Targetting a version of GLib
+### Targeting a version of GLib
Meson's [`dependency()`](Reference-manual.md#dependency) function allows a
version check of a library. This is often used to check a minimum version is
installed. When setting a minimum version of GLib, Meson will also pass this to