From 72bef5b2b9375dbf6b8f09f10cbb525384bc92b7 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Tue, 28 Mar 2023 10:02:06 +0300 Subject: fix typos found by codespell --- esUtil.h | 4 ++-- texturator.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/esUtil.h b/esUtil.h index c2d7c1d..6c0923b 100644 --- a/esUtil.h +++ b/esUtil.h @@ -139,7 +139,7 @@ void ESUTIL_API esInitContext ( ESContext *esContext ); /// ES_WINDOW_DEPTH - specifies that a depth buffer should be created /// ES_WINDOW_STENCIL - specifies that a stencil buffer should be created /// ES_WINDOW_MULTISAMPLE - specifies that a multi-sample buffer should be created -/// \return GL_TRUE if window creation is succesful, GL_FALSE otherwise +/// \return GL_TRUE if window creation is successful, GL_FALSE otherwise GLboolean ESUTIL_API esCreateWindow ( ESContext *esContext, const char *title, GLint width, GLint height, GLuint flags ); // @@ -291,7 +291,7 @@ void ESUTIL_API esOrtho(ESMatrix *result, float left, float right, float bottom, void ESUTIL_API esMatrixMultiply(ESMatrix *result, ESMatrix *srcA, ESMatrix *srcB); // -//// \brief return an indentity matrix +//// \brief return an identity matrix //// \param result returns identity matrix // void ESUTIL_API esMatrixLoadIdentity(ESMatrix *result); diff --git a/texturator.c b/texturator.c index 6d97856..584bdb4 100644 --- a/texturator.c +++ b/texturator.c @@ -67,7 +67,7 @@ * Description of layout on screen from texelFetch: * * Draws a series of "rectangles" which display each miplevel and array slice, - * at full size. They are layed out as follows: + * at full size. They are laid out as follows: * * miplevel 3 + + + + + * -- cgit v1.2.3