File: spelling.patch

package info (click to toggle)
libperl5i-perl 2.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 996 kB
  • ctags: 343
  • sloc: perl: 6,259; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
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