From ffb93422759f6f7f9f1e4e52c28a496ee685b50c Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Thu, 27 Oct 2022 11:02:46 +0200 Subject: [PATCH] GRAPHICS: Correct spelling mistake lightening -> lightning --- graphics/tinygl/api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/tinygl/api.cpp b/graphics/tinygl/api.cpp index 1f03e394247..164801ef2f1 100644 --- a/graphics/tinygl/api.cpp +++ b/graphics/tinygl/api.cpp @@ -483,7 +483,7 @@ void tglOrtho(TGLdouble left, TGLdouble right, TGLdouble bottom, TGLdouble top, c->gl_add_op(p); } -// lightening +// lightning void tglMaterialfv(TGLenum mode, TGLenum type, const TGLfloat *v) { TinyGL::GLContext *c = TinyGL::gl_get_context();