Some more refactoring.
[timetracker.git] / mobile / login.php
index 243aa57..59fc600 100644 (file)
@@ -52,7 +52,7 @@ if ($request->isPost()) {
   if ($err->no()) {
 
     // Use the "limit" plugin if we have one. Ignore include errors.
-    // The "limit" plugin is not required for normal operation of the Time Tracker.
+    // The "limit" plugin is not required for normal operation of Time Tracker.
     @include('../plugins/limit/access_check.php');
 
     if ($auth->doLogin($cl_login, $cl_password)) {