diff --git a/src/modules/graphics/opengl/wrap_Graphics.cpp b/src/modules/graphics/opengl/wrap_Graphics.cpp index 62ae43d17..1f78d1869 100644 --- a/src/modules/graphics/opengl/wrap_Graphics.cpp +++ b/src/modules/graphics/opengl/wrap_Graphics.cpp @@ -1807,7 +1807,7 @@ static const luaL_Reg functions[] = { "line", w_line }, { "rectangle", w_rectangle }, { "circle", w_circle }, - { "eclipse", w_ellipse }, + { "ellipse", w_ellipse }, { "arc", w_arc }, { "roundedRectangle", w_roundedRectangle },