* typo fix

This commit is contained in:
Nathan Letwory
2008-11-08 13:39:37 +00:00
parent d1248ff6d8
commit d5ae032a60

View File

@@ -258,7 +258,7 @@ Normal button (a sphere that you can roll to change the normal)\n\n\
[tooltip=] The button's tooltip";
static char Method_Number_doc[] =
"(name, event, x, y, width, height, initial, min, max, [tooltip], [callback], [range], [precision]) - Create a \
"(name, event, x, y, width, height, initial, min, max, [tooltip], [callback], [clickstep], [precision]) - Create a \
new Number button\n\n\
(name) A string to display on the button\n\
(event) The event number to pass to the button event function when activated\n\