File: spelling.patch

package info (click to toggle)
libsvn-svnlook-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 227; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (3)
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