summaryrefslogtreecommitdiff
path: root/esUtil.h
diff options
context:
space:
mode:
authorHarri Nieminen <moiman@posteo.net>2023-03-28 10:02:06 +0300
committerHarri Nieminen <moiman@posteo.net>2023-03-28 13:12:01 +0300
commit72bef5b2b9375dbf6b8f09f10cbb525384bc92b7 (patch)
tree448c2dba73f253e8470843905a31bc0c5af42a2a /esUtil.h
parent345111481d654b38a72b5c3629151dc74f7a82bc (diff)
downloadkmscube-72bef5b2b9375dbf6b8f09f10cbb525384bc92b7.tar.gz
fix typos
found by codespell
Diffstat (limited to 'esUtil.h')
-rw-r--r--esUtil.h4
1 files changed, 2 insertions, 2 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);