aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-23 10:36:51 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-23 11:20:57 +0000
commit08af96d776e9df4b9db3d5c8ed6b895dee31dad9 (patch)
tree377c46acd562c0faefbb45dd1c36adff2377eaca /src/imports/calendar
parent32990fc8c58f7271bceff5a4e9da2c73642048f1 (diff)
Doc: fix typos in Qt.labs.calendar
Change-Id: I13329270602d5b6e59d92dc412d72b2c4714c6c2 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/calendar')
-rw-r--r--src/imports/calendar/qquickcalendar.cpp2
-rw-r--r--src/imports/calendar/qquickmonthgrid.cpp2
-rw-r--r--src/imports/calendar/qquickweeknumbercolumn.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/calendar/qquickcalendar.cpp b/src/imports/calendar/qquickcalendar.cpp
index 5a14bb27..b64759f2 100644
--- a/src/imports/calendar/qquickcalendar.cpp
+++ b/src/imports/calendar/qquickcalendar.cpp
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
with the JavaScript Date type, that is used by the QML language. This
means that \c Date::getMonth() can be assigned to MonthGrid::month and
WeekNumberColumn::month as is. When dealing with dealing with month numbers
- diretly, it is highly recommended to use the following enumeration values
+ directly, it is highly recommended to use the following enumeration values
to avoid confusion.
\value Calendar.January January (0)
diff --git a/src/imports/calendar/qquickmonthgrid.cpp b/src/imports/calendar/qquickmonthgrid.cpp
index fd2909f8..fde4a71d 100644
--- a/src/imports/calendar/qquickmonthgrid.cpp
+++ b/src/imports/calendar/qquickmonthgrid.cpp
@@ -187,7 +187,7 @@ QQuickMonthGrid::QQuickMonthGrid(QQuickItem *parent) :
The Qt Labs Calendar module uses 0-based month numbers to be consistent
with the JavaScript Date type, that is used by the QML language. This
means that \c Date::getMonth() can be assigned to this property as is.
- When dealing with dealing with month numbers diretly, it is highly
+ When dealing with dealing with month numbers directly, it is highly
recommended to use the following enumeration values to avoid confusion.
\value Calendar.January January (0)
diff --git a/src/imports/calendar/qquickweeknumbercolumn.cpp b/src/imports/calendar/qquickweeknumbercolumn.cpp
index 3e8f1a6b..f31497c6 100644
--- a/src/imports/calendar/qquickweeknumbercolumn.cpp
+++ b/src/imports/calendar/qquickweeknumbercolumn.cpp
@@ -115,7 +115,7 @@ QQuickWeekNumberColumn::QQuickWeekNumberColumn(QQuickItem *parent) :
The Qt Labs Calendar module uses 0-based month numbers to be consistent
with the JavaScript Date type, that is used by the QML language. This
means that \c Date::getMonth() can be assigned to this property as is.
- When dealing with dealing with month numbers diretly, it is highly
+ When dealing with dealing with month numbers directly, it is highly
recommended to use the following enumeration values to avoid confusion.
\value Calendar.January January (0)