diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 03:22:46 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 03:22:46 -0500 |
commit | ce2b3707084093ae81877e62cd9c5fdcf9096d9f (patch) | |
tree | 3e7efbf017c48f069e46830a3e66bdcdaaa87713 /meson.build | |
parent | 8348512a60399d172fc83cd7bdf121d4c0b1015e (diff) | |
download | zix-ce2b3707084093ae81877e62cd9c5fdcf9096d9f.tar.gz zix-ce2b3707084093ae81877e62cd9c5fdcf9096d9f.tar.bz2 zix-ce2b3707084093ae81877e62cd9c5fdcf9096d9f.zip |
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 1b9b46a..b03a43b 100644 --- a/meson.build +++ b/meson.build @@ -451,7 +451,7 @@ zix_dep = declare_dependency( link_with: libzix, ) -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( libzix, description: 'Lightweight C library of portability wrappers and data structures', |