summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro.duarte@gmail.com>2021-11-12 16:21:17 +0100
committergregor herrmann <gregoa@debian.org>2021-11-12 16:21:17 +0100
commit3a123f29ceb03f5babe5ec0ac6455ca3a5adfeb6 (patch)
tree61d456c534fa97548f1e9d2111f1cad928632935
parent122be951a93c4bc0ed17dbbdd935ccfcb75aafd7 (diff)
Fix spelling error in manpageHEADarchive/debian/1.113-2master
Last-Update: 2015-12-23 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110551 Bug: https://rt.cpan.org/Ticket/Display.html?id=110551 Gbp-Pq: Name fix_spelling_error_in_manpage.patch
-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.