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 1bb110b6..f090f955 100644 --- a/meson.build +++ b/meson.build @@ -236,7 +236,7 @@ serd_dep = declare_dependency( link_with: libserd, ) -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( libserd, description: 'Lightweight C library for working with RDF data', |