From 048c73fc7202b5e6aef30106e888e16f704e478a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:29 -0500 Subject: [PATCH] spelling: arithmetics Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/assimp/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/assimp/mesh.h b/includes/assimp/mesh.h index a76a2d7..c029ef5 100644 --- a/includes/assimp/mesh.h +++ b/includes/assimp/mesh.h @@ -506,7 +506,7 @@ struct aiMesh * #define IS_QNAN(f) (f != f) * @endcode * still dangerous because even 1.f == 1.f could evaluate to false! ( - * remember the subtleties of IEEE754 artithmetics). Use stuff like + * remember the subtleties of IEEE754 arithmetics). Use stuff like * @c fpclassify instead. * @note Normal vectors computed by Assimp are always unit-length. * However, this needn't apply for normals that have been taken