Subject: | [PATCH] Fix spelling error in documentation |
Date: | Mon, 28 Jun 2010 21:07:04 +0900 |
To: | bug-DateTime [...] 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
Description: fix POD spelling problems
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- libdatetime-perl.orig/lib/DateTime.pm
+++ libdatetime-perl/lib/DateTime.pm
@@ -2090,7 +2090,7 @@
$qtr = $dt->quarter; # 1-4
- # all of the start-at-1 methods above have correponding start-at-0
+ # all of the start-at-1 methods above have corresponding start-at-0
# methods, such as $dt->day_of_month_0, $dt->month_0 and so on
$ymd = $dt->ymd; # 2002-12-06