summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/datefunc/datefunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx
index 3011ccb32480..e09f871c8ae1 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -704,7 +704,7 @@ sal_Int32 SAL_CALL ScaDateAddIn::getDaysInYear(
* shall be the first day of the week.
*
* A WeekDay can be calculated by subtracting 1 and calculating the rest of
- * a division by 7 from the internal date represention
+ * a division by 7 from the internal date representation
* which gives a 0 - 6 value for Monday - Sunday
*
* @see #IsLeapYear #WeekNumber