diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:12:55 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 04:12:55 -0500 |
commit | 68d00913b6f895d1aa7a761c4df4a88a5450ace2 (patch) | |
tree | dc7561309583833bc4a1cb076dc2d6e02c8a531a /meson.build | |
parent | ec75b0a9350aea0f8e45f4128d23f2faafd5e3ee (diff) | |
download | suil-68d00913b6f895d1aa7a761c4df4a88a5450ace2.tar.gz suil-68d00913b6f895d1aa7a761c4df4a88a5450ace2.tar.bz2 suil-68d00913b6f895d1aa7a761c4df4a88a5450ace2.zip |
Fix typos
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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', |