summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Test/Database.pm2
-rw-r--r--lib/Test/Database/Tutorial.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Database.pm b/lib/Test/Database.pm
index 10d73e6..8602c93 100644
--- a/lib/Test/Database.pm
+++ b/lib/Test/Database.pm
@@ -377,7 +377,7 @@ used if they are not provided.
Empty lines and comments are ignored.
-Optionaly, the C<key> section is used to add a "unique" element to the
+Optionally, the C<key> section is used to add a "unique" element to the
databases created by the drivers (as defined by C<driver_dsn>). It
allows several hosts to share access to the same database server
without risking a race condition when creating a new database. See
diff --git a/lib/Test/Database/Tutorial.pod b/lib/Test/Database/Tutorial.pod
index b402dd4..76ae0ac 100644
--- a/lib/Test/Database/Tutorial.pod
+++ b/lib/Test/Database/Tutorial.pod
@@ -86,7 +86,7 @@ L<Test::Database> has a single interface for test authors:
my @handles = Test::Database->handles( @requests );
C<@request> is a list of "requests" for databases handles. Requests
-must declare the DBD they expect, and can optionaly add version-based
+must declare the DBD they expect, and can optionally add version-based
limitations (only available for drivers supported by L<Test::Database>).
The handles returned are objects of the L<Test::Database::Handle> class.