1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix a spelling mistake
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-08
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105058
Bug: https://rt.cpan.org/Ticket/Display.html?id=105058
--- a/lib/SVN/SVNLook.pm
+++ b/lib/SVN/SVNLook.pm
@@ -82,7 +82,7 @@
Performs the diff command, for a given revision or transaction using
named parameters or a single parameter will be assumed to mean
-revision for backwards compatability this method returns a hash
+revision for backwards compatibility this method returns a hash
reference, with each file being the key and value being the diff info.
=cut
|