summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/i18nutil/calendar.hxx2
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?"