diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 03:39:39 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 03:39:39 -0500 |
commit | 2377d6d97cebe6f75716553c3bbff6451d4e4236 (patch) | |
tree | 146fcb2556c407b221ebbba5e2a9e4e90d75c4be | |
parent | c34b0707c2c265f8840599f4ec7774ab099bee1c (diff) | |
download | serd-2377d6d97cebe6f75716553c3bbff6451d4e4236.tar.gz serd-2377d6d97cebe6f75716553c3bbff6451d4e4236.tar.bz2 serd-2377d6d97cebe6f75716553c3bbff6451d4e4236.zip |
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -173,7 +173,7 @@ serd (0.28.0) stable; urgency=medium * Add support for reading from a user provided callback * Fix hangs when reading corrupt UTF-8 * Fix parsing of hex escapes in file URIs (thanks Johannes Mueller) - * Fix strict parsing of abolute URI schemes + * Fix strict parsing of absolute URI schemes * Gracefully handle applications that write corrupt UTF-8 -- David Robillard <d@drobilla.net> Fri, 21 Jul 2017 06:28:47 +0000 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', |