aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-12 03:39:39 -0500
committerDavid Robillard <d@drobilla.net>2025-02-12 03:39:39 -0500
commit2377d6d97cebe6f75716553c3bbff6451d4e4236 (patch)
tree146fcb2556c407b221ebbba5e2a9e4e90d75c4be
parentc34b0707c2c265f8840599f4ec7774ab099bee1c (diff)
downloadserd-2377d6d97cebe6f75716553c3bbff6451d4e4236.tar.gz
serd-2377d6d97cebe6f75716553c3bbff6451d4e4236.tar.bz2
serd-2377d6d97cebe6f75716553c3bbff6451d4e4236.zip
Fix spellingHEADmain
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d5dce4fc..3b923a9e 100644
--- a/NEWS
+++ b/NEWS
@@ -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',