File: spelling-error-in-manpage.patch

package info (click to toggle)
libsort-key-perl 1.33-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 348 kB
  • ctags: 604
  • sloc: perl: 493; ansic: 212; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix spelling issues reported by linian
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74221

--- a/lib/Sort/Key.pm
+++ b/lib/Sort/Key.pm
@@ -313,7 +313,7 @@
 L<Sort::Key::IPv4>, L<Sort::Key::DateTime> and L<Sort::Key::OID>
 modules add support for additional datatypes to Sort::Key.
 
-L<Sort::Key::External> allows to sort huge lists that do not fit in
+L<Sort::Key::External> allows one to sort huge lists that do not fit in
 the available memory.
 
 Other interesting Perl sorting modules are L<Sort::Maker>,