]> wagnertech.de Git - timetracker.git/blobdiff - dbinstall.php
Fixed a typo.
[timetracker.git] / dbinstall.php
index d39871f88a39b26b31a3747714a180a8eba643f9..e32df0ed091c58da10e76853b341fa546ed74443 100644 (file)
@@ -92,7 +92,7 @@ if ($request->isGet()) {
     echo('<font color="red">Error: PHP version is not high enough: '.phpversion().'. Required: '.$required_version.'.</font><br>');
   }
 
-  // Check is PHP session path is writeable.
+  // Check if PHP session path is writeable.
   if (!is_writable(session_save_path())) {
     echo('<font color="red">Error: PHP session path '.session_save_path().' is not writable.</font><br>');
   }