Fixed a typo.
authorNik Okuntseff <support@anuko.com>
Mon, 11 Feb 2019 18:22:27 +0000 (18:22 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 11 Feb 2019 18:22:27 +0000 (18:22 +0000)
dbinstall.php

index d39871f..e32df0e 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>');
   }