summaryrefslogtreecommitdiff
path: root/include/tools/date.hxx
diff options
context:
space:
mode:
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 );