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 275905d..66cb5d3 100644 --- a/meson.build +++ b/meson.build @@ -173,7 +173,7 @@ sratom_dep = declare_dependency( link_with: libsratom, ) -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( libsratom, description: 'Small library for serializing LV2 atoms', |