From 72e9d4779b6712ae25ae161c2e288b87e58c46c5 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 23 Jul 2023 02:22:44 +0300 Subject: [PATCH] plasma: someone's typo Signed-off-by: Ivailo Monev --- plasma/applets/calendar/calendar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma/applets/calendar/calendar.cpp b/plasma/applets/calendar/calendar.cpp index 089b7c99..041f4ae1 100644 --- a/plasma/applets/calendar/calendar.cpp +++ b/plasma/applets/calendar/calendar.cpp @@ -130,7 +130,7 @@ void CalendarApplet::updateDate() const int updateIn = (secsInDay) - (sinceEpoch % secsInDay); if (updateIn > secsInDay - 60) { // after midnight, we try and update right away again in case of odd clock drifting - // that could cause us to miss (or delay) the date chagne + // that could cause us to miss (or delay) the date change m_dateUpdater->setInterval(60 * 1000); } else if (updateIn < m_dateUpdater->interval()) { m_dateUpdater->setInterval(updateIn * 1000); -- 2.11.0