summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Zotti <Georg.Zotti@univie.ac.at>2022-03-09 22:44:06 +0100
committerGeorg Zotti <Georg.Zotti@univie.ac.at>2022-03-16 23:49:53 +0100
commita15858d1c126c2da0110e17e8354bbdab6a328b3 (patch)
tree7412b45538887ea8441692aeb5d992013757eea8
parent889b99c96307acb29030c7ca8c98687c184e36b7 (diff)
Docfixes
-rw-r--r--plugins/Calendars/src/TibetanCalendar.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Calendars/src/TibetanCalendar.hpp b/plugins/Calendars/src/TibetanCalendar.hpp
index 72764572de..b533801343 100644
--- a/plugins/Calendars/src/TibetanCalendar.hpp
+++ b/plugins/Calendars/src/TibetanCalendar.hpp
@@ -22,14 +22,14 @@
#include "Calendar.hpp"
//! @class TibetanCalendar
-//! Functions for the Tibetan calendar
+//! Functions for the Tibetan (Phuglugs) calendar
//! @author Georg Zotti
//! @ingroup calendars
//! The Tibetan Phuglugs/Phug-pa version of the Kalacakra (Wheel of Time) calendar is similar
-//! tot he Hindu Lunisolar calendars, described as between the arithmetic simplicity of the old Hindu and the
+//! to the Hindu Lunisolar calendars, described as between the arithmetic simplicity of the old Hindu and the
//! astronomical complexity of the modern Hindu. Astronomical events are calculated in local time
//! which may lead to regional deviations. Bhutan, Mongolian and Sherpa calendars are very similar.
-//! Months are lunar with lengths of 29 or 30 days. Leap months precede their "ordinary" months.
+//! Months are lunar with lengths of 29 or 30 days. Leap months precede their "ordinary" months, but leap days follow the "ordinary".
//!
//! Our implementation uses a 5-part QVector<int> {year, month, leap-month, day, leap-day}
//!