X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/39a77adbb6f19f35d25f5e26dd274f46a626e505..e1b0bda5b93e17bc5c06a6fecde41f537cb20c99:/t/000setup_database.t 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(); }