1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-04 12:21:55 +03:00

Fix typos

This commit is contained in:
Nick Wellnhofer
2025-01-31 18:38:40 +01:00
parent 57e4bbd803
commit cdfb54ff7b
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ main(void) {
printf("content: %s\n", content);
if (!xmlStrEqual(content, BAD_CAST "\xC3\x9F")) {
fprintf(stderr, "converison failed\n");
fprintf(stderr, "conversion failed\n");
ret = 1;
}