[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) {