summaryrefslogtreecommitdiff
path: root/testchar.c
diff options
context:
space:
mode:
authorJared Yanovich <jaredyanovich@gmail.com>2019-09-30 17:04:54 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2019-09-30 18:04:38 +0200
commit2a350ee9b47ad4cf251f94444073785619c31c77 (patch)
tree1aebebbfcfc6ecfc3912261df274b820998b9fba /testchar.c
parent80b110a95da9deac24029b010ecc4f71cee226e9 (diff)
downloadlibxml2-2a350ee9b47ad4cf251f94444073785619c31c77.tar.gz
Large batch of typo fixes
Closes #109.
Diffstat (limited to 'testchar.c')
-rw-r--r--testchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testchar.c b/testchar.c
index 0d087927..6866a175 100644
--- a/testchar.c
+++ b/testchar.c
@@ -120,7 +120,7 @@ static void testDocumentRangeByte2(xmlParserCtxtPtr ctxt, char *document,
}
/*
- * We should see no error in remaning cases
+ * We should see no error in remaining cases
*/
else if ((lastError != 0) || (res == NULL)) {
fprintf(stderr,
@@ -324,7 +324,7 @@ static void testCharRangeByte2(xmlParserCtxtPtr ctxt, char *data) {
}
/*
- * We should see no error in remaning cases
+ * We should see no error in remaining cases
*/
else if ((lastError != 0) || (len != 2)) {
fprintf(stderr,