summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-12 04:12:55 -0500
committerDavid Robillard <d@drobilla.net>2025-02-12 04:12:55 -0500
commit68d00913b6f895d1aa7a761c4df4a88a5450ace2 (patch)
treedc7561309583833bc4a1cb076dc2d6e02c8a531a /meson.build
parentec75b0a9350aea0f8e45f4128d23f2faafd5e3ee (diff)
downloadsuil-68d00913b6f895d1aa7a761c4df4a88a5450ace2.tar.gz
suil-68d00913b6f895d1aa7a761c4df4a88a5450ace2.tar.bz2
suil-68d00913b6f895d1aa7a761c4df4a88a5450ace2.zip
Fix typos
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 44dd075..665f4f7 100644
--- a/meson.build
+++ b/meson.build
@@ -321,7 +321,7 @@ suil_dep = declare_dependency(
link_with: libsuil,
)
-# Generage pkg-config file for external dependants
+# Generate pkg-config file for external dependants
pkg.generate(
libsuil,
description: 'Library for loading and wrapping LV2 plugin UIs',