diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:12:35 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 04:12:35 -0500 |
commit | 306135c33c361dd15dc03e214728868f8490777d (patch) | |
tree | c170f57846f530a5a7c225b66e2fb95e0f11b10d | |
parent | 0b1d4df73fb8151f866d7159de92b9d78b8fa105 (diff) | |
download | sord-306135c33c361dd15dc03e214728868f8490777d.tar.gz sord-306135c33c361dd15dc03e214728868f8490777d.tar.bz2 sord-306135c33c361dd15dc03e214728868f8490777d.zip |
Fix typos
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -89,7 +89,7 @@ sord (0.16.0) stable; urgency=medium * Return error from sord_inserter_write_statement() if a node can not be written (e.g. undefined prefix) * Safely return NULL from sord_iter_get() for end iterators - * sord_validate: Do proper numeric comparison for propery bounds checking + * sord_validate: Do proper numeric comparison for property bounds checking * sord_validate: Tolerate xsd:decimal literals for double and float properties if literals match pattern 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', |