Typo
authorG. Richardson <grichardson@kivitec.de>
Wed, 26 Feb 2020 15:23:30 +0000 (16:23 +0100)
committerG. Richardson <grichardson@kivitec.de>
Wed, 26 Feb 2020 15:23:30 +0000 (16:23 +0100)
t/000setup_database.t

index a927503..4e739b7 100755 (executable)
@@ -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();
 }