aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.c b/src/env.c
index ecefb005..605be6e6 100644
--- a/src/env.c
+++ b/src/env.c
@@ -217,7 +217,7 @@ serd_env_expand(const SerdEnv* env,
const uint8_t* const colon = (const uint8_t*)memchr(
qname->buf, ':', qname->n_bytes + 1);
if (!colon) {
- return SERD_ERR_BAD_ARG; // Illegal qname
+ return SERD_ERR_BAD_ARG; // Invalid qname
}
const size_t name_len = colon - qname->buf;