]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUIComboBox.h
Fix spelling of enums in header comments
[irrlicht.git] / include / IGUIComboBox.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