From 9574703ed0818dfb8e5d8dc22abbd18dfd904de0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:33 -0500 Subject: [PATCH] spelling: conversion Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/irrKlang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/irrKlang/irrKlang.h b/includes/irrKlang/irrKlang.h index ba322d9..de2832c 100644 --- a/includes/irrKlang/irrKlang.h +++ b/includes/irrKlang/irrKlang.h @@ -813,7 +813,7 @@ * engine->play2D(strBuffer); * \endcode * - * Of course, you can use any other unicode converion function for this. makeUTF8fromUTF16string() is only provided + * Of course, you can use any other unicode conversion function for this. makeUTF8fromUTF16string() is only provided * for convenience. *
*