1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix typo
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-31
Forwarded: https://github.com/evalEmpire/perl5i/issues/298
Bug: https://github.com/evalEmpire/perl5i/issues/298
--- a/lib/perl5i.pm
+++ b/lib/perl5i.pm
@@ -481,7 +481,7 @@
my $wrapped = $string->wrap( width => $cols, separator => $sep );
-Wraps $string to width $cols, breaking lines at word boundries using
+Wraps $string to width $cols, breaking lines at word boundaries using
separator $sep.
If no width is given, $cols defaults to 76. Default line separator is
|