Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanaktion committed Apr 21, 2020
1 parent 9c85848 commit 3829ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

// Check for MySQL PDO
if (!in_array("mysql", PDO::getAvailableDrivers())) {
$f3->set("error", "MySQL PDO driver is not avaialble.");
$f3->set("error", "MySQL PDO driver is not available.");
}

// Check for GD library
Expand Down

0 comments on commit 3829ab2

Please sign in to comment.