summaryrefslogtreecommitdiffstats
path: root/include/tools/date.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-08 06:57:25 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-01-08 13:25:05 +0100
commit2e5c4b4081411b77b5e0593225b805d3756f7533 (patch)
tree48ef95101e79cf6a86ee34a6678426b4bc8251de /include/tools/date.hxx
parentAdapt solenv/flatpak-manifest.in to ffe9ff2cf63112ac04a695740a5637f25c16abe8 (diff)
downloadcore-2e5c4b4081411b77b5e0593225b805d3756f7533.tar.gz
core-2e5c4b4081411b77b5e0593225b805d3756f7533.zip
Grammar fixes
Change-Id: I6ac6f6abb601aa254e94612e6826488393de8e3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86383 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include/tools/date.hxx')
-rw-r--r--include/tools/date.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/date.hxx b/include/tools/date.hxx
index 03f0057c27c8..0adbc2ea4b4f 100644
--- a/include/tools/date.hxx
+++ b/include/tools/date.hxx
@@ -124,7 +124,7 @@ public:
/** Add months skipping year 0 and truncating at limits. If the original
date was on Feb-29 or day 31 and the resulting date is not a leap year
- or a month with less days, the result is adjusted to Feb-28 or day 30.
+ or a month with fewer days, the result is adjusted to Feb-28 or day 30.
*/
void AddMonths( sal_Int32 nAddMonths );