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 f99439c..d5efe3c 100644 --- a/meson.build +++ b/meson.build @@ -196,7 +196,7 @@ sord_dep = declare_dependency( link_with: libsord, ) -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( libsord, description: 'Lightweight C library for storing RDF in memory', |