]> git.lizzy.rs Git - irrlicht.git/commitdiff
Fix spelling of enums in header comments
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Thu, 22 Dec 2022 14:56:44 +0000 (14:56 +0000)
committersfan5 <sfan5@live.de>
Fri, 24 Mar 2023 16:09:11 +0000 (17:09 +0100)
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6445 dfc29bdd-3216-0410-991c-e03cc46cb475

include/IGUIComboBox.h
include/IGUIStaticText.h

index 8d23834119be1c6abfd5251c3188a5ce10a9be76..4a7eda7ebe46a83d5bc01dab1388f70aadf8e111 100644 (file)
@@ -54,9 +54,9 @@ namespace gui
 \r
                //! Sets text justification of the text area\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,\r
-               EGUIA_LOWEERRIGHT for bottom edge, or EGUIA_CENTER for centered text (default). */\r
+               EGUIA_LOWERRIGHT for bottom edge, or EGUIA_CENTER for centered text (default). */\r
                virtual void setTextAlignment(EGUI_ALIGNMENT horizontal, EGUI_ALIGNMENT vertical) = 0;\r
 \r
                //! Set the maximal number of rows for the selection listbox\r
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