diff options
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', |