mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-24 06:50:08 +03:00
Fix typos
This commit is contained in:
parent
57e4bbd803
commit
cdfb54ff7b
@ -1255,7 +1255,7 @@ struct _uconv_t {
|
||||
|
||||
/**
|
||||
* xmlUconvConvert:
|
||||
* @vctxt: converison context
|
||||
* @vctxt: conversion context
|
||||
* @out: a pointer to an array of bytes to store the result
|
||||
* @outlen: the length of @out
|
||||
* @in: a pointer to an array of input bytes
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user