Skip to content

Commit

Permalink
Fixed comment typo. (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjyu authored and jmolivas committed Nov 1, 2017
1 parent 8fc0ac6 commit 9b0e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function ($directory) {
if (file_exists($driver_folder->getRealpath() . '/Install/Tasks.php')) {
$driver = $driver_folder->getBasename();
$installer = db_installer_object($driver);
// Verify is database is installable
// Verify if database is installable
if ($installer->installable()) {
$reflection = new \ReflectionClass($installer);
$install_namespace = $reflection->getNamespaceName();
Expand Down

0 comments on commit 9b0e7fe

Please sign in to comment.