Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4973 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
fba8eca7a0
commit
9541f843c4
|
@ -346,7 +346,7 @@ point widgetAbsolutePosition(widget *self);
|
|||
* @param self The widget to find the root widget of.
|
||||
* @return A pointer to the root widget.
|
||||
*/
|
||||
widget *windgetGetRoot(widget *self);
|
||||
widget *widgetGetRoot(widget *self);
|
||||
|
||||
/**
|
||||
* Attempts to add child as a child widget of self. The exact location of the
|
||||
|
|
Loading…
Reference in New Issue