summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d193835a75..8678e042c9 100644
--- a/meson.build
+++ b/meson.build
@@ -439,7 +439,7 @@ endif
cairo_libs = []
if cc.get_id() == 'msvc'
- # Fallback depedency discovery for those on Visual Studio that do not generate
+ # Fallback dependency discovery for those on Visual Studio that do not generate
# pkg-config files in their build systems for MSVC
# Fallback for Cairo
if not cairo_dep.found()