~aleteoryx/muditaos

c7ec56a8c9a98daf3d7c37ad5770289a4e62b5ff — Sandra Snan 5 years ago 31e9f19
[EGD-5792] Fix small typos in header comments

Changing some spellings in comments. Item, parent, axis, and position.
1 files changed, 2 insertions(+), 2 deletions(-)

M module-gui/gui/tools/Common.hpp
M module-gui/gui/tools/Common.hpp => module-gui/gui/tools/Common.hpp +2 -2
@@ 8,7 8,7 @@
namespace gui
{

    /** Center \a child intem in \a paretn on \a axix
    /** Center \a child item in \a parent on \a axis
     */
    inline void center(gui::Item *parent, gui::Item *child, gui::Axis axis)
    {


@@ 20,7 20,7 @@ namespace gui
        }
    }

    /** Postion at \a child at \a parent bottom
    /** Positon at \a child at \a parent bottom
     */
    inline void bottom(gui::Item *parent, gui::Item *child, gui::Axis axis)
    {