summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-12 04:12:44 -0500
committerDavid Robillard <d@drobilla.net>2025-02-12 04:12:44 -0500
commit80e12926bbf5837daa2ad133d5f68901ca368aec (patch)
tree6157acda206244437ade63fca9fa706df4fe9f3d
parent8e8ee58c4142456b4e6555426c3ccf67e31cea63 (diff)
downloadsratom-main.tar.gz
sratom-main.tar.bz2
sratom-main.zip
Fix typoHEADmain
-rw-r--r--meson.build2
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',