File: 03_cvsrevcomp_cmp_typo.patch

package info (click to toggle)
xxdiff 1%3A4.0%2Bhg437%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,124 kB
  • ctags: 2,397
  • sloc: cpp: 18,485; python: 6,088; ansic: 1,535; sh: 1,533; perl: 308; lex: 284; yacc: 277; lisp: 250; tcl: 213; makefile: 82
file content (47 lines) | stat: -rw-r--r-- 2,036 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Description: Correct typos
Author: Y Giridhar Appaji Nag <giridhar@appaji.net>

--- a/doc/xxdiff-doc.html
+++ b/doc/xxdiff-doc.html
@@ -1960,7 +1960,7 @@
 MergedFilename: "%L.merge"
 </PRE>
 <BLOCKQUOTE>
-Default merged filename. %L, %M, %R can be used as placeholders for left, middle and right filenames repectively. Note that ClearCase suffixes are stripped automatically.
+Default merged filename. %L, %M, %R can be used as placeholders for left, middle and right filenames respectively. Note that ClearCase suffixes are stripped automatically.
 </BLOCKQUOTE>
 
 </div></div>
--- a/src/doc.html
+++ b/src/doc.html
@@ -823,7 +823,7 @@
 </div>
 <div class="section" id="reporting-bugs">
 <h1><a class="toc-backref" href="#id54">16&nbsp;&nbsp;&nbsp;Reporting bugs</a></h1>
-<p>All bug reports and feature requests should be submitted throught the
+<p>All bug reports and feature requests should be submitted through the
 SourceForge bug tracking system at the following URL
 <a class="reference external" href="http://sourceforge.net/bugs/?group_id=2198">http://sourceforge.net/bugs/?group_id=2198</a>.  Please avoid sending the author
 email about xxdiff bugs.  Please use this bug tracking system, it is extremely
--- a/src/doc.txt
+++ b/src/doc.txt
@@ -979,7 +979,7 @@
 ==============
       
 
-All bug reports and feature requests should be submitted throught the
+All bug reports and feature requests should be submitted through the
 SourceForge bug tracking system at the following URL
 http://sourceforge.net/bugs/?group_id=2198.  Please avoid sending the author
 email about xxdiff bugs.  Please use this bug tracking system, it is extremely
--- a/src/resParser.cpp
+++ b/src/resParser.cpp
@@ -213,7 +213,7 @@
 
    { "MergedFilename", MERGED_FILENAME,
      "Default merged filename. %L, %M, %R can be used as placeholders for \
-left, middle and right filenames repectively. Note that ClearCase suffixes \
+left, middle and right filenames respectively. Note that ClearCase suffixes \
 are stripped automatically." },
 
 };