Skip to content

Commit b94f6e4

Browse files
authored
Merge pull request #63 from pilkch/fix-spelling-vaidation
Fixed spelling "vaidation" -> "validation".
2 parents cd3c73b + 86d4427 commit b94f6e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wjelement/schema.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ static XplBool SchemaValidate(WJElement schema, WJElement document,
775775
client, str, version)) {
776776
fail = TRUE;
777777
if(err) {
778-
err(client, "%s failed vaidation.", str);
778+
err(client, "%s failed validation.", str);
779779
}
780780
}
781781
MemFree(str);
@@ -798,7 +798,7 @@ static XplBool SchemaValidate(WJElement schema, WJElement document,
798798
client, str, version)) {
799799
fail = TRUE;
800800
if(err) {
801-
err(client, "%s failed tuple type vaidation.",
801+
err(client, "%s failed tuple type validation.",
802802
str);
803803
}
804804
}
@@ -829,7 +829,7 @@ static XplBool SchemaValidate(WJElement schema, WJElement document,
829829
fail = TRUE;
830830
if(err) {
831831
err(client,
832-
"additional item %s failed vaidation.",
832+
"additional item %s failed validation.",
833833
str);
834834
}
835835
}

0 commit comments

Comments
 (0)