diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:12:44 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 04:12:44 -0500 |
commit | 80e12926bbf5837daa2ad133d5f68901ca368aec (patch) | |
tree | 6157acda206244437ade63fca9fa706df4fe9f3d | |
parent | 8e8ee58c4142456b4e6555426c3ccf67e31cea63 (diff) | |
download | sratom-main.tar.gz sratom-main.tar.bz2 sratom-main.zip |
-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', |