src/gui/widgets/qcombobox.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/src/gui/widgets/qcombobox.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/gui/widgets/qcombobox.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -910,7 +910,7 @@
     interaction. The highlighted() signal is emitted when the user
     highlights an item in the combobox popup list. All three signals
     exist in two versions, one with a QString argument and one with an
-    \c int argument. If the user selectes or highlights a pixmap, only
+    \c int argument. If the user selects or highlights a pixmap, only
     the \c int signals are emitted. Whenever the text of an editable
     combobox is changed the editTextChanged() signal is emitted.