File: spelling.patch

package info (click to toggle)
liblinux-distribution-packages-perl 0.05-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 216; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix a typo found by lintian
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125732

--- a/lib/Linux/Distribution/Packages.pm
+++ b/lib/Linux/Distribution/Packages.pm
@@ -293,7 +293,7 @@
 =head1 TODO
 
 * Add the capability to correctly get packages for all recognized distributions.
-* Seperate out parsing from writing.  Parse data to hash and give access to hash. 
+* Separate out parsing from writing.  Parse data to hash and give access to hash. 
 Then write the formatted data from the hash.
 
 =head1 AUTHORS