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();