From 2c5d4436f05ee99cf6937940f2010edf90e7f9e9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 1 Mar 2022 17:45:59 +0100 Subject: Fix typos Change-Id: I9a98bac7c570f25ff7d77df98e93aaeed2665038 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130720 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- include/i18nutil/calendar.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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?" -- cgit