diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-02-22 19:05:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-22 09:05:39 -0800 |
| commit | 2f521081ad81cddfe589c2b7e751dec4c2cb06c9 (patch) | |
| tree | 29dfe3ff16c09ec7ca9c08fb679d203f0de8cc31 /test/command | |
| parent | 3bc3e968372e567cbaf3a7a512e15b93b90d2520 (diff) | |
Fix typos (#7934)
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/biblatex-crossref-nested.md | 2 | ||||
| -rw-r--r-- | test/command/biblatex-title-and-shorttitle.md | 2 | ||||
| -rw-r--r-- | test/command/chicago-annotated-bibliography.csl | 2 | ||||
| -rw-r--r-- | test/command/chicago-fullnote-bibliography.csl | 2 | ||||
| -rw-r--r-- | test/command/chicago-note-bibliography.csl | 2 | ||||
| -rw-r--r-- | test/command/din-1505-2.csl | 2 | ||||
| -rw-r--r-- | test/command/nested-table-to-asciidoc-6942.md | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/test/command/biblatex-crossref-nested.md b/test/command/biblatex-crossref-nested.md index c4b4d6004..bf9d236a4 100644 --- a/test/command/biblatex-crossref-nested.md +++ b/test/command/biblatex-crossref-nested.md @@ -2,7 +2,7 @@ % pandoc -f biblatex -t markdown -s @comment{ -Nested crossreferences (see biber manual v 1.7) +Nested cross-references (see biber manual v 1.7) } diff --git a/test/command/biblatex-title-and-shorttitle.md b/test/command/biblatex-title-and-shorttitle.md index e268cc244..90e1275c3 100644 --- a/test/command/biblatex-title-and-shorttitle.md +++ b/test/command/biblatex-title-and-shorttitle.md @@ -9,7 +9,7 @@ When there’s a biblatex “title” and a “subtitle” field, CSL “title-s CSL “container-title-short” could also be set - from biblatex “shortjournal” -- for inbook, incollection etc. from the “shorttitle” field of the crossreferenced book, collection etc. entry (see item5, item6) +- for inbook, incollection etc. from the “shorttitle” field of the cross-referenced book, collection etc. entry (see item5, item6) ... but it might not really be worth it, “container-title-short” not being used once in my sample of 70+ CSL styles. } diff --git a/test/command/chicago-annotated-bibliography.csl b/test/command/chicago-annotated-bibliography.csl index 5e891c09e..b91eb963a 100644 --- a/test/command/chicago-annotated-bibliography.csl +++ b/test/command/chicago-annotated-bibliography.csl @@ -104,7 +104,7 @@ </names> </if> </choose> - <!--This includes page numers after the container author, e.g. for Introductions --> + <!--This includes page numbers after the container author, e.g. for Introductions --> <choose> <if variable="container-author author" match="all"> <group delimiter=". "> diff --git a/test/command/chicago-fullnote-bibliography.csl b/test/command/chicago-fullnote-bibliography.csl index 7d9c48c54..7034fad85 100644 --- a/test/command/chicago-fullnote-bibliography.csl +++ b/test/command/chicago-fullnote-bibliography.csl @@ -102,7 +102,7 @@ </names> </if> </choose> - <!--This includes page numers after the container author, e.g. for Introductions --> + <!--This includes page numbers after the container author, e.g. for Introductions --> <choose> <if variable="container-author author" match="all"> <group delimiter=". "> diff --git a/test/command/chicago-note-bibliography.csl b/test/command/chicago-note-bibliography.csl index faf70949f..f8f7d963b 100644 --- a/test/command/chicago-note-bibliography.csl +++ b/test/command/chicago-note-bibliography.csl @@ -109,7 +109,7 @@ </names> </if> </choose> - <!--This includes page numers after the container author, e.g. for Introductions --> + <!--This includes page numbers after the container author, e.g. for Introductions --> <choose> <if variable="container-author author" match="all"> <group delimiter=". "> diff --git a/test/command/din-1505-2.csl b/test/command/din-1505-2.csl index 8d175738f..77e13dec2 100644 --- a/test/command/din-1505-2.csl +++ b/test/command/din-1505-2.csl @@ -37,7 +37,7 @@ * correcting errors known bugs, help appreciated * Abbreviations (Mitarb.) & (Hrsg. der Reihe) are missing (contributor, seriesEditor labels) - * "contributor" is not valid as a name variable , nevertheless it works but doesnt validate! + * "contributor" is not valid as a name variable , nevertheless it works but doesn't validate! * author etc. first names should not be abbreviated * reviewed author seems to be not available as variable (newspaper article) * thesis type does notoffer a PLACE or FACULTY as variable! diff --git a/test/command/nested-table-to-asciidoc-6942.md b/test/command/nested-table-to-asciidoc-6942.md index 2b0f13487..c30580112 100644 --- a/test/command/nested-table-to-asciidoc-6942.md +++ b/test/command/nested-table-to-asciidoc-6942.md @@ -1,4 +1,4 @@ -A table within a table should be convertet into a table within table +A table within a table should be converted into a table within table ``` % pandoc -f html -t asciidoc |
