summaryrefslogtreecommitdiff
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
parent345111481d654b38a72b5c3629151dc74f7a82bc (diff)
downloadkmscube-72bef5b2b9375dbf6b8f09f10cbb525384bc92b7.tar.gz
fix typos
found by codespell
-rw-r--r--esUtil.h4
-rw-r--r--texturator.c2
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 + + + + +
*