File: spelling.patch

package info (click to toggle)
libshell-perl-perl 0.0023-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 180 kB
  • ctags: 74
  • sloc: perl: 398; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix typo in POD
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://github.com/aferreira/pirl/pull/2/files
--- a/lib/Shell/Perl/Dumper.pm
+++ b/lib/Shell/Perl/Dumper.pm
@@ -351,7 +351,7 @@
     --- a
 
 When loading, C<YAML::Syck> is preferred to C<YAML>. If it
-is not avaiable, the C<YAML> module is the second option.
+is not available, the C<YAML> module is the second option.
 
 =head2 Data::Dump::Streamer