diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-08 06:57:25 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-08 13:25:05 +0100 |
commit | 2e5c4b4081411b77b5e0593225b805d3756f7533 (patch) | |
tree | 48ef95101e79cf6a86ee34a6678426b4bc8251de /include/tools | |
parent | cc8eeb3148b88807b4acf4ac3c829fb4f37f9a80 (diff) |
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')
-rw-r--r-- | include/tools/date.hxx | 2 |
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 ); |