From 16d5a584a54b10a4a8cbd85d4bfb09836abb78d7 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 26 Feb 2020 16:23:30 +0100 Subject: [PATCH] Typo --- t/000setup_database.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/000setup_database.t b/t/000setup_database.t index a927503b5..4e739b72d 100755 --- a/t/000setup_database.t +++ b/t/000setup_database.t @@ -86,7 +86,7 @@ sub drop_and_create_database { sub report_success { $dbh->disconnect; $superuser_dbh->disconnect if $superuser_dbh; - ok(1, "Database has been setup sucessfully."); + ok(1, "Database has been set up successfully."); done_testing(); } -- 2.20.1