]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Calendar.class.php
Fixed monthly quota class for flexible week start days.
[timetracker.git] / WEB-INF / lib / form / Calendar.class.php
index b2cdf33b111db0e06d185ab8b9db37f8dfdb5913..dd6e83ab1a2e264e806226a4cda72b0122110565 100644 (file)
@@ -166,7 +166,7 @@ class Calendar extends FormElement {
             $stl_cell = "";
             $stl_link = "";
 
-            // weeekend
+            // weekend
             if ($j==$weekend_start || $j==$weekend_end) {
               $stl_cell = ' class="CalendarDayWeekend"';
               $stl_link = ' class="CalendarLinkWeekend"';