File: fix-pod-spelling.patch

package info (click to toggle)
libsvn-dump-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 404 kB
  • ctags: 66
  • sloc: perl: 515; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix POD spelling error
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: https://github.com/book/SVN-Dump/pull/2/files
--- a/lib/SVN/Dump/Reader.pm
+++ b/lib/SVN/Dump/Reader.pm
@@ -241,7 +241,7 @@
 If the option C<check_digest> is enabled, this method will recompute
 the digests for a dump without deltas, based on the information in the
 C<Text-content-md5> and C<Text-content-sha1> headers (if the corresponding
-L<Digest> module is availabled). In case of a mismatch, the routine
+L<Digest> module is available). In case of a mismatch, the routine
 will C<die()> with an exception complaining about a C<checksum mismatch>.
 
 =item read_header_block( )