Minor : typo fix

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5261 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-04-25 01:27:24 +00:00
parent 2ef1c07e18
commit e24c8a235d

View File

@ -1101,7 +1101,7 @@ void Skin::drawListSelection(const core::rect< s32 > &rect, Widget* widget, bool
drawBoxFromStretchableTexture(&list->m_selection_skin_info, rect, SkinConfig::m_render_params["listitem::down"]);
}
/** recursive function to render all sections (recursion allows to easily travesre the tree of children
/** recursive function to render all sections (recursion allows to easily traverse the tree of children
* and sub-children)
*/
void Skin::renderSections(ptr_vector<Widget>* within_vector)