Subject: | [PATCH] Fix spelling error |
Date: | Mon, 12 Apr 2010 11:35:45 +0900 |
To: | bug-Class-Adapter [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
the attached patch was introduced in Debian to fix a spelling error in
the documentation. Please consider applying it in the next release.
Regards,
Ansgar
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Mon, 12 Apr 2010 11:31:22 +0900
Subject: Fix spelling error
--- libclass-adapter-perl.orig/lib/Class/Adapter/Builder.pm
+++ libclass-adapter-perl/lib/Class/Adapter/Builder.pm
@@ -53,7 +53,7 @@
=item NEW
-Normally, you need to create your C<Class::Adapter> objects seperately:
+Normally, you need to create your C<Class::Adapter> objects separately:
# Create the object
my $query = CGI->new( 'param1', 'param2' );