From c7b5c0b5fd0bae58c6bfbcea4deb1761ee164b97 2012-09-03 09:14:24 From: Jani Honkonen Date: 2012-09-03 09:14:24 Subject: [PATCH] Fix spelling errors --- diff --git a/demos/qmlcustommodel/declarativemodel.cpp b/demos/qmlcustommodel/declarativemodel.cpp index fb6da27..682ab83 100644 --- a/demos/qmlcustommodel/declarativemodel.cpp +++ b/demos/qmlcustommodel/declarativemodel.cpp @@ -80,7 +80,7 @@ QDeclarativeListProperty DeclarativeTableModel::modelChildren() void DeclarativeTableModel::appendModelChild(QDeclarativeListProperty *list, QObject *child) { - // childs are added in componentComplete instead + // children are added in componentComplete instead Q_UNUSED(list) Q_UNUSED(child) } diff --git a/doc/src/demos-nesteddonuts.qdoc b/doc/src/demos-nesteddonuts.qdoc index e4ddcf5..e7844fa 100644 --- a/doc/src/demos-nesteddonuts.qdoc +++ b/doc/src/demos-nesteddonuts.qdoc @@ -20,7 +20,7 @@ The internal for loop creates the slices with a random value and label same as the value. Next the label of the slice is set to be visible and its color is set to white. To make the example more interesting the hovered signal of the slice is connected to widget's slot which inner workings are explained later. - Finally the slice is added to the donut. The donut's size is adjusted to achive the nesting of the donuts. + Finally the slice is added to the donut. The donut's size is adjusted to achieve the nesting of the donuts. Then the donut is added to the widget's list of donuts and to the chart. \snippet ../demos/nesteddonuts/widget.cpp 3 diff --git a/doc/src/examples-stackedbarchartdrilldown.qdoc b/doc/src/examples-stackedbarchartdrilldown.qdoc index 3c6a6d4..655e08e 100644 --- a/doc/src/examples-stackedbarchartdrilldown.qdoc +++ b/doc/src/examples-stackedbarchartdrilldown.qdoc @@ -25,7 +25,7 @@ \snippet ../examples/stackedbarchartdrilldown/main.cpp 1 - We define categories, from wich the drilldown series will be constructed. + We define categories, from which the drilldown series will be constructed. \snippet ../examples/stackedbarchartdrilldown/main.cpp 2 diff --git a/plugins/declarative/declarativelineseries.cpp b/plugins/declarative/declarativelineseries.cpp index c695c67..30f4ce1 100644 --- a/plugins/declarative/declarativelineseries.cpp +++ b/plugins/declarative/declarativelineseries.cpp @@ -91,7 +91,7 @@ void DeclarativeLineSeries::appendDeclarativeChildren(QDeclarativeListPropertyshow(); QTest::qWaitForWindowShown(m_view); - // if you devide the chart in four equal tiles these + // if you divide the chart in four equal tiles these // are the center points of those tiles QPoint p1(90.25, 90); QPoint p2(150, 90);