diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-01 17:45:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-03-01 19:22:40 +0100 |
commit | 2c5d4436f05ee99cf6937940f2010edf90e7f9e9 (patch) | |
tree | 46d613fb02ae2381a48e979504a63e0da54545b5 /include | |
parent | e50f13c9947332639f455739c87213a954067299 (diff) |
Fix typos
Change-Id: I9a98bac7c570f25ff7d77df98e93aaeed2665038
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130720
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nutil/calendar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i18nutil/calendar.hxx b/include/i18nutil/calendar.hxx index 26c7d72d1822..86a5beacd96d 100644 --- a/include/i18nutil/calendar.hxx +++ b/include/i18nutil/calendar.hxx @@ -12,7 +12,7 @@ namespace i18nutil { /** This number shows month days without Jan and Feb. - * According to the article, it is calcuated as (365-31-28)/10 = 30.6, but because + * According to the article, it is calculated as (365-31-28)/10 = 30.6, but because * of a floating point bug, it was used as 30.6001 as a workaround. * * "30.6001, 25 year old hack?" |