diff options
-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', |