From cdfb54ff7ba3e881afbef10f90a56beaf3063034 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 31 Jan 2025 18:38:40 +0100 Subject: [PATCH] Fix typos --- encoding.c | 2 +- example/icu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/encoding.c b/encoding.c index 1fd4efbc..c77c80cb 100644 --- a/encoding.c +++ b/encoding.c @@ -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 diff --git a/example/icu.c b/example/icu.c index 61a126ab..80c9637b 100644 --- a/example/icu.c +++ b/example/icu.c @@ -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; }