aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-09-21 16:05:58 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2012-09-21 16:26:19 +0200
commit9c2afc4f29345c625363cfc6b474bd41e586a3fd (patch)
tree27c1b168f64c9f83898d264b233de11a1d86395c /lib
parenta8d0b04f49e9372846daa409e6e111dec49154f6 (diff)
doc: Fix some spelling errors
Change-Id: I22c0de2d1c5277879fe504764c15a76d1d7f198b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/qtcreator/qtcomponents/custom/ButtonColumn.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/ButtonRow.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml b/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
index 59510a84a0..50908d6b52 100644
--- a/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
+++ b/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
@@ -53,7 +53,7 @@ Column {
* [bool=true] Specifies the grouping behavior. If enabled, the checked property on buttons contained
* in the group will be exclusive.
*
- * Note that a button in an exclusive group will allways be checkable
+ * Note that a button in an exclusive group will always be checkable
*/
property bool exclusive: true
diff --git a/lib/qtcreator/qtcomponents/custom/ButtonRow.qml b/lib/qtcreator/qtcomponents/custom/ButtonRow.qml
index 99aaf0e564..8398579828 100644
--- a/lib/qtcreator/qtcomponents/custom/ButtonRow.qml
+++ b/lib/qtcreator/qtcomponents/custom/ButtonRow.qml
@@ -53,7 +53,7 @@ Row {
* [bool=true] Specifies the grouping behavior. If enabled, the checked property on buttons contained
* in the group will be exclusive.
*
- * Note that a button in an exclusive group will allways be checkable
+ * Note that a button in an exclusive group will always be checkable
*/
property bool exclusive: true
diff --git a/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml b/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
index 04019f459c..b96b550e28 100644
--- a/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
+++ b/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
@@ -37,7 +37,7 @@ MouseArea {
// need to reparent it to the root item to fake it upon showing the popup.
// In that case, the popup will also fill the whole window to allow the user to
// close the popup by clicking anywhere in the window. Letting the popup act as the mouse
- // area for the button that 'owns' it is also nessesary to support drag'n'release behavior.
+ // area for the button that 'owns' it is also necessary to support drag'n'release behavior.
// The 'popupframe' delegate will be told to show or hide by assigning
// opacity to 1 or 0, respectively.