From ada915c207c949ac2694b96bc52f442b9b1575a9 Mon Sep 17 00:00:00 2001 From: auria Date: Sun, 4 Jul 2010 19:54:33 +0000 Subject: [PATCH] Fixed typo in Widget documentation git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5626 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/guiengine/widget.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guiengine/widget.hpp b/src/guiengine/widget.hpp index b8180fa18..2a50cc2f9 100644 --- a/src/guiengine/widget.hpp +++ b/src/guiengine/widget.hpp @@ -96,7 +96,7 @@ namespace GUIEngine /** * \brief The nearly-abstract base of all widgets - * (not fully abstract since a bare Widget can be created for the sore goal of containing + * (not fully abstract since a bare Widget can be created for the sole goal of containing * children widgets in a group) * * Provides basic common functionnality, as well as providing a few callbacks