]> wagnertech.de Git - timetracker.git/blobdiff - quotas.php
Cosmetic comment fix.
[timetracker.git] / quotas.php
index ac0998c5ef799805900c04e2fa68c320ae81ca86..2e64e425d7f078bf6a8359c29ca909613d212dc3 100644 (file)
@@ -93,7 +93,7 @@ if ($request->isPost()){
   }
 }
 
-// Get monthly quotas where for the entire year.
+// Get monthly quotas for the entire year.
 $monthsData = $quota->get($selectedYear);
 
 $form = new Form('monthlyQuotasForm');