summaryrefslogtreecommitdiffstats
path: root/i18npool/source/calendar
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:04 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:41:09 +0000
commita50539e2aa79bfef74c1100c252020972d436e77 (patch)
tree9f282bbc336fad97557c71ab6d92d6857f2162f4 /i18npool/source/calendar
parentFix typos (diff)
downloadcore-a50539e2aa79bfef74c1100c252020972d436e77.tar.gz
core-a50539e2aa79bfef74c1100c252020972d436e77.zip
Fix typos
Change-Id: Iab78219aff60a7a45a319a96f326e27a6e8e25b8 Reviewed-on: https://gerrit.libreoffice.org/18953 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r--i18npool/source/calendar/calendar_hijri.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx
index ff1bf5126440..1908ac492e11 100644
--- a/i18npool/source/calendar/calendar_hijri.cxx
+++ b/i18npool/source/calendar/calendar_hijri.cxx
@@ -190,7 +190,7 @@ Calendar_hijri::getHijri(sal_Int32 *day, sal_Int32 *month, sal_Int32 *year)
do {
newjd = NewMoon(newsyn);
- // Decrement syndonic months
+ // Decrement syntonic months
newsyn--;
} while (newjd > prevday);
newsyn++;