File: spelling.patch

package info (click to toggle)
libdatetime-tiny-perl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 26
  • sloc: perl: 230; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: fix a spelling mistake
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=82005
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82005
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-12-15

--- a/README
+++ b/README
@@ -75,7 +75,7 @@
 
     To make up for this, if you have DateTime installed, any DateTime::Tiny
     module can be inflated into the equivalent DateTime as needing, loading
-    DateTime on the fly if necesary.
+    DateTime on the fly if necessary.
 
     This is somewhat similar to DateTime::LazyInit, but unlike that module
     DateTime::Tiny is not modifiable.
--- a/lib/DateTime/Tiny.pm
+++ b/lib/DateTime/Tiny.pm
@@ -82,7 +82,7 @@
 
 To make up for this, B<if> you have L<DateTime> installed, any
 B<DateTime::Tiny> module can be inflated into the equivalent L<DateTime>
-as needing, loading L<DateTime> on the fly if necesary.
+as needing, loading L<DateTime> on the fly if necessary.
 
 This is somewhat similar to DateTime::LazyInit, but unlike that module
 B<DateTime::Tiny> is not modifiable.