Fix spelling of primarily in QCalendar::isSolar()'s doc

It was missing a y.

Change-Id: I12dac02e451addff966f554811ca1999acadbb1b
Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
This commit is contained in:
Edward Welbourne 2019-08-28 16:06:49 +02:00
parent ca3be92234
commit fc49d73c44

View File

@ -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