summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-08-28 16:06:49 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-08-30 13:57:20 +0200
commitfc49d73c44463d35c9cd0753e678e9ebcf668fe4 (patch)
tree557fcf00055a02855660a97bf6b9f55a36467435 /src
parentca3be922349d5fa282578fbb6c1dc2bd25d1f5aa (diff)
Fix spelling of primarily in QCalendar::isSolar()'s doc
It was missing a y. Change-Id: I12dac02e451addff966f554811ca1999acadbb1b Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/time/qcalendar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/time/qcalendar.cpp b/src/corelib/time/qcalendar.cpp
index f6bb242788..b569a6834c 100644
--- a/src/corelib/time/qcalendar.cpp
+++ b/src/corelib/time/qcalendar.cpp
@@ -810,7 +810,7 @@ bool QCalendar::isLuniSolar() const
/*!
Returns \c true if this calendar is solar.
- A solar calendar is based primaril on the Sun's varying position in the sky,
+ A solar calendar is based primarily on the Sun's varying position in the sky,
relative to the fixed stars.
*/
bool QCalendar::isSolar() const