Subject: | Spelling errors in manpages |
Hi
There is a small spelling error in manpage, which the following patch
would fix. Many thanks for your work and if possible considering
applying it!
Bests
Salvatore
---
Index: libtime-piece-perl/Piece.pm
===================================================================
--- libtime-piece-perl.orig/Piece.pm 2010-03-19 08:10:51.000000000 +0100
+++ libtime-piece-perl/Piece.pm 2010-03-19 08:11:36.000000000 +0100
@@ -728,7 +728,7 @@
my $french_day = localtime->day(@days);
-These settings can be overriden globally too:
+These settings can be overidden globally too:
Time::Piece::day_list(@days);
---