File: spelling.patch

package info (click to toggle)
libemail-address-perl 1.895-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 452 kB
  • sloc: perl: 276; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Wed, 25 Aug 2010 21:39:19 +0900
Origin: vendor
Subject: Fix spelling errors

--- libemail-address-perl.orig/lib/Email/Address.pm
+++ libemail-address-perl/lib/Email/Address.pm
@@ -36,7 +36,7 @@
 
 This class implements a regex-based RFC 2822 parser that locates email
 addresses in strings and returns a list of C<Email::Address> objects found.
-Alternatley you may construct objects manually. The goal of this software is to
+Alternately you may construct objects manually. The goal of this software is to
 be correct, and very very fast.
 
 =cut