From e24c8a235d4dbb889ea76bde8241825786158bd6 Mon Sep 17 00:00:00 2001 From: auria Date: Sun, 25 Apr 2010 01:27:24 +0000 Subject: [PATCH] Minor : typo fix git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5261 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/guiengine/skin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guiengine/skin.cpp b/src/guiengine/skin.cpp index 0cb8c8637..e02d360d4 100644 --- a/src/guiengine/skin.cpp +++ b/src/guiengine/skin.cpp @@ -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* within_vector)