summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-03 20:46:36 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:38:23 -0400
commited283b838681ed3fb28e94140a6dc5172945776f (patch)
tree3d3e9bfdbdece17f5ef886be874c1551f8c2119b /test
parent57b2852b65989de6573f9e22127bdc682e6d4949 (diff)
downloadsratom-ed283b838681ed3fb28e94140a6dc5172945776f.tar.gz
sratom-ed283b838681ed3fb28e94140a6dc5172945776f.tar.bz2
sratom-ed283b838681ed3fb28e94140a6dc5172945776f.zip
Use a consistent tagline everywhere
Diffstat (limited to 'test')
-rw-r--r--test/test_sratom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sratom.c b/test/test_sratom.c
index 95545fc..cc56d8f 100644
--- a/test/test_sratom.c
+++ b/test/test_sratom.c
@@ -376,7 +376,7 @@ test(SerdEnv* env, bool top_level, bool pretty_numbers)
printf("# Turtle => Atom\n\n%s", instr);
if (strcmp(outstr, instr)) {
- return test_fail("Re-serialised string differs from original\n");
+ return test_fail("Re-serialized string differs from original\n");
}
free(instr);
}