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
|