File: fix-pod-spelling.patch

package info (click to toggle)
libimage-size-perl 3.221-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 508 kB
  • ctags: 23
  • sloc: xml: 816; perl: 550; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix POD spelling errors
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/lib/Image/Size.pm
+++ b/lib/Image/Size.pm
@@ -751,7 +751,7 @@
 file handles and scalar references cannot be reliably transformed into a
 unique key for the table of cache data. Buffers could be cached using the
 MD5 module, and perhaps in the future I will make that an option. I do not,
-however, wish to lengthen the dependancy list by another item at this time.
+however, wish to lengthen the dependency list by another item at this time.
 
 As B<Image::Magick> operates on file names, not handles, the use of it is
 restricted to cases where the input to C<imgsize> is provided as file name.