Fix another typo.

This commit is contained in:
muddmaker
2015-05-23 16:20:19 -07:00
parent 439cc65382
commit dd41ccfbf7
@@ -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 },