summaryrefslogtreecommitdiff
path: root/lib/Test/Database/Tutorial.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Database/Tutorial.pod')
-rw-r--r--lib/Test/Database/Tutorial.pod2
1 files changed, 1 insertions, 1 deletions
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.