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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Description: fix typos found by lintian
Author: Florian Schlichting <fsfs@debian.org>
diff --git a/doc/xxdiff-doc.html b/doc/xxdiff-doc.html
index 1e9af9a..9a04fc4 100644
--- a/doc/xxdiff-doc.html
+++ b/doc/xxdiff-doc.html
@@ -640,7 +640,7 @@ regions do not necessarily contains the same number of lines, empty alignment
lines are appended to the shorter regions in order to keep the corresponding
lines aligned (this is a simple way of solving the alignment problem; an
alternate solution would have been to implement a smart type of scrolling with
-lines indicating correspondance of regions between them).</p>
+lines indicating correspondence of regions between them).</p>
<p>All the colors can be individually configured using the display options dialog
or resources. The display dialog contains a legend of all the colors. Note
that the default colors for different regions are often set to be the same to
@@ -737,7 +737,7 @@ startup):</p>
<ul class="simple">
<li><strong>Overview area.</strong> On the right side, an area that shows a color-coded
pictorial rendering of the diff hunks for the whole files, with
-correspondances. This area also shows the as a rectangle the currently
+correspondences. This area also shows the as a rectangle the currently
visible portion of text for each of the files. This rectangle can also be
used as a scrollbar. In addition, a marker indicates the location of the line
cursor.</li>
diff --git a/src/doc.html b/src/doc.html
index a95451f..518039e 100644
--- a/src/doc.html
+++ b/src/doc.html
@@ -271,7 +271,7 @@ regions do not necessarily contains the same number of lines, empty alignment
lines are appended to the shorter regions in order to keep the corresponding
lines aligned (this is a simple way of solving the alignment problem; an
alternate solution would have been to implement a smart type of scrolling with
-lines indicating correspondance of regions between them).</p>
+lines indicating correspondence of regions between them).</p>
<p>All the colors can be individually configured using the display options dialog
or resources. The display dialog contains a legend of all the colors. Note
that the default colors for different regions are often set to be the same to
@@ -368,7 +368,7 @@ startup):</p>
<ul class="simple">
<li><strong>Overview area.</strong> On the right side, an area that shows a color-coded
pictorial rendering of the diff hunks for the whole files, with
-correspondances. This area also shows the as a rectangle the currently
+correspondences. This area also shows the as a rectangle the currently
visible portion of text for each of the files. This rectangle can also be
used as a scrollbar. In addition, a marker indicates the location of the line
cursor.</li>
diff --git a/src/doc.txt b/src/doc.txt
index a8db786..f73adab 100644
--- a/src/doc.txt
+++ b/src/doc.txt
@@ -202,7 +202,7 @@ regions do not necessarily contains the same number of lines, empty alignment
lines are appended to the shorter regions in order to keep the corresponding
lines aligned (this is a simple way of solving the alignment problem; an
alternate solution would have been to implement a smart type of scrolling with
-lines indicating correspondance of regions between them).
+lines indicating correspondence of regions between them).
@@ -350,7 +350,7 @@ startup):
- **Overview area.** On the right side, an area that shows a color-coded
pictorial rendering of the diff hunks for the whole files, with
- correspondances. This area also shows the as a rectangle the currently
+ correspondences. This area also shows the as a rectangle the currently
visible portion of text for each of the files. This rectangle can also be
used as a scrollbar. In addition, a marker indicates the location of the line
cursor.
|