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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user