From a7faefc5e0981ff34fb1aad11384c9976f73794d Mon Sep 17 00:00:00 2001 From: jgen Date: Thu, 24 Apr 2014 22:35:01 -0400 Subject: [PATCH] Spelling. --- tests/test_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_install.php b/tests/test_install.php index 80a4d20d..2c2cbace 100644 --- a/tests/test_install.php +++ b/tests/test_install.php @@ -21,7 +21,7 @@ $db = $options["d"]; $host = rtrim(trim(trim($options["h"], '"')), "/"); // Check if they are empty. -if (empty($db)){ die("Error: need to specifiy a database for the test environment."); } +if (empty($db)){ die("Error: need to specify a database for the test environment."); } if (empty($host)){ $host = "http://127.0.0.1"; } define("_TRAVIS_DATABASE", $db);