summaryrefslogtreecommitdiff
path: root/tools/source/datetime/tdate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/datetime/tdate.cxx')
-rw-r--r--tools/source/datetime/tdate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx
index a5f26b912254..fde579b8b56a 100644
--- a/tools/source/datetime/tdate.cxx
+++ b/tools/source/datetime/tdate.cxx
@@ -362,7 +362,7 @@ sal_uInt16 Date::GetWeekOfYear( DayOfWeek eStartDay,
// Saturday
else if ( n1WDay == nMinimumNumberOfDaysInWeek + 1 )
{
- // Year after leapyear
+ // Year after leap year
if ( Date( 1, 1, GetPrevYear() ).IsLeapYear() )
nWeek = 53;
else