diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-10-14 21:32:51 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-10-14 22:26:51 +0200 |
commit | 90af1384433b1f537fa51f1018539d4d401ec73b (patch) | |
tree | 8248fc6c2c0e8951fe2fb99a76b0d20c025b16dd /test/tables | |
parent | 0b3b77415f8971f21a77ef1f15e06bfb30a7b365 (diff) | |
download | pandoc-90af1384433b1f537fa51f1018539d4d401ec73b.tar.gz |
Fix typos in comments, doc strings, error messages, and tests
Typos reported by
https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html
See: #6738
Diffstat (limited to 'test/tables')
-rw-r--r-- | test/tables/planets.html4 | 2 | ||||
-rw-r--r-- | test/tables/planets.html5 | 2 | ||||
-rw-r--r-- | test/tables/planets.native | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/tables/planets.html4 b/test/tables/planets.html4 index 3e9caa017..4435571b4 100644 --- a/test/tables/planets.html4 +++ b/test/tables/planets.html4 @@ -17,7 +17,7 @@ </thead> <tbody> <tr class="odd"> -<th align="center" colspan="2" rowspan="4">Terrestial planets</th> +<th align="center" colspan="2" rowspan="4">Terrestrial planets</th> <th>Mercury</th> <td align="right">0.330</td> <td align="right">4,879</td> diff --git a/test/tables/planets.html5 b/test/tables/planets.html5 index 35be2e27f..1fee985b9 100644 --- a/test/tables/planets.html5 +++ b/test/tables/planets.html5 @@ -17,7 +17,7 @@ </thead> <tbody> <tr class="odd"> -<th style="text-align: center;" colspan="2" rowspan="4">Terrestial planets</th> +<th style="text-align: center;" colspan="2" rowspan="4">Terrestrial planets</th> <th>Mercury</th> <td style="text-align: right;">0.330</td> <td style="text-align: right;">4,879</td> diff --git a/test/tables/planets.native b/test/tables/planets.native index 4a348ba54..02f42ef08 100644 --- a/test/tables/planets.native +++ b/test/tables/planets.native @@ -29,7 +29,7 @@ [(TableBody ("",[],[]) (RowHeadColumns 3) [] [Row ("",[],[]) - [Cell ("",[],[]) AlignDefault (RowSpan 4) (ColSpan 2) [Plain [Str "Terrestial planets"]] + [Cell ("",[],[]) AlignDefault (RowSpan 4) (ColSpan 2) [Plain [Str "Terrestrial planets"]] ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) [Plain [Str "Mercury"]] ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) [Plain [Str "0.330"]] ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) [Plain [Str "4,879"]] |