]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUIStaticText.h
Fix spelling of enums in header comments
[irrlicht.git] / include / IGUIStaticText.h
index 33db281e5913e545c2d6bb2f4749f704c6f227e0..5d4f9ec72979bbdaff91b2961d5a6bfea27bec47 100644 (file)
@@ -88,9 +88,9 @@ namespace gui
 \r
                //! Sets text justification mode\r
                /** \param horizontal: EGUIA_UPPERLEFT for left justified (default),\r
-               EGUIA_LOWEERRIGHT for right justified, or EGUIA_CENTER for centered text.\r
+               EGUIA_LOWERRIGHT for right justified, or EGUIA_CENTER for centered text.\r
                \param vertical: EGUIA_UPPERLEFT to align with top edge (default),\r
-               EGUIA_LOWEERRIGHT for bottom edge, or EGUIA_CENTER for centered text. */\r
+               EGUIA_LOWERRIGHT for bottom edge, or EGUIA_CENTER for centered text. */\r
                virtual void setTextAlignment(EGUI_ALIGNMENT horizontal, EGUI_ALIGNMENT vertical) = 0;\r
 \r
                //! Enables or disables word wrap for using the static text as multiline text control.\r