Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fl02 committed Sep 26, 2016
1 parent c077f4f commit c8fe14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ public static function install_requirements()
*/
public static function install_database()
{
// Verify the host, username and password have been specified
// Verify that host, username and password have been specified
$params = array('host', 'username', 'password', 'database');

if ( ! self::_validate_params($params, $_POST))
Expand Down

0 comments on commit c8fe14d

Please sign in to comment.