diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2017-09-26 18:28:40 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2017-09-26 18:28:40 +0300 |
commit | 3fb3af75793686efa114352c3f0c33a4b4b71731 (patch) | |
tree | b5ca7877663e2821df1fbae53e17562ded093bf8 /src | |
parent | 3a7663281a35292b87471da4f5b7a88808546076 (diff) | |
download | pandoc-3fb3af75793686efa114352c3f0c33a4b4b71731.tar.gz |
Fix a typo: s/collabarators/collaborators/
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/Readers/DocBook.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/DocBook.hs b/src/Text/Pandoc/Readers/DocBook.hs index c1e4d742c..f816a9c47 100644 --- a/src/Text/Pandoc/Readers/DocBook.hs +++ b/src/Text/Pandoc/Readers/DocBook.hs @@ -51,7 +51,7 @@ List of all DocBook tags, with [x] indicating implemented, [x] author - The name of an individual author [ ] authorblurb - A short description or note about an author [x] authorgroup - Wrapper for author information when a document has - multiple authors or collabarators + multiple authors or collaborators [x] authorinitials - The initials or other short identifier for an author [o] beginpage - The location of a page break in a print version of the document [ ] bibliocoverage - The spatial or temporal coverage of a document |