Skip to content

Commit

Permalink
Update mysql_querylab.php
Browse files Browse the repository at this point in the history
grammatical error
  • Loading branch information
Thomas Mackenzie committed Aug 27, 2013
1 parent 8e64b80 commit 5a352a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/mysql_querylab.php
Expand Up @@ -26,7 +26,7 @@ public function connect($db_HOST,$db_USERNAME,$db_PASSWORD,$db_NAME='')
}
return true;
} else {
$this->error('Could connect to MYSQL');
$this->error('Could not connect to MYSQL');
return false;
}
}
Expand Down

0 comments on commit 5a352a3

Please sign in to comment.