summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8c1d458..75d064c 100644
--- a/NEWS
+++ b/NEWS
@@ -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',