1
0
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:
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

@ -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

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;
}