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( )
|