File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
libsvn-hooks-perl 1.34-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 408 kB
  • ctags: 105
  • sloc: perl: 1,366; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix spelling error in manpage
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2016-11-10
Forwarded: https://github.com/gnustavo/SVN-Hooks/issues/10
Bug: https://github.com/gnustavo/SVN-Hooks/issues/10

--- a/lib/SVN/Hooks/UpdateConfFile.pm
+++ b/lib/SVN/Hooks/UpdateConfFile.pm
@@ -382,7 +382,7 @@ command above.
 
 =item rotate => NUMBER
 
-By default, after each successful commit the TO file is overwriten by
+By default, after each successful commit the TO file is overwritten by
 the new contents of FROM. With this option, the last NUMBER versions
 of TO are kept on disk with numeric suffixes ranging from C<.0> to
 C<.NUMBER-1>. This can be useful, for instance, in case you manage to