From 0b1cea1434be8ce951b9e6b502f49bbe01c8ffc0 Mon Sep 17 00:00:00 2001 From: soh_cah_toa Date: Wed, 20 Jul 2011 21:50:34 -0400 Subject: [PATCH] Fixed typo in lib/Parrot/Test/HBDB.pm. --- lib/Parrot/Test/HBDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Parrot/Test/HBDB.pm b/lib/Parrot/Test/HBDB.pm index d75164795e..290f4859c8 100644 --- a/lib/Parrot/Test/HBDB.pm +++ b/lib/Parrot/Test/HBDB.pm @@ -25,7 +25,7 @@ requirement has not been met, all tests will be skipped. =item B -Returns a new C object. Note that this does note actually +Returns a new C object. Note that this does not actually start a HBDB process. For that you must invoke C. my $hbdb = Parrot::Test::HBDB->new();