aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-12 08:52:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-12 08:54:30 -0700
commit91eaaf3c3d9b69557852cf70a09babcf75e79935 (patch)
tree14bdc2388496922fc1039d90ec86173765ba3942
parent74be44f91f484da4db17ef20e25a7fed30b7ca19 (diff)
downloadpandoc-91eaaf3c3d9b69557852cf70a09babcf75e79935.tar.gz
Fix spelling errors in MANUAL found by fossies codespell tool.
See #6738
-rw-r--r--MANUAL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index b247e21f9..27f340098 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -594,7 +594,7 @@ header when requesting a document from a URL:
`-L` *SCRIPT*, `--lua-filter=`*SCRIPT*
: Transform the document in a similar fashion as JSON filters (see
- `--filter`), but use pandoc's build-in Lua filtering system. The given
+ `--filter`), but use pandoc's built-in Lua filtering system. The given
Lua script is expected to return a list of Lua filters which will be
applied in order. Each Lua filter must contain element-transforming
functions indexed by the name of the AST element on which the filter
@@ -2994,7 +2994,7 @@ extensions to Emacs Muse markup.
In the `ipynb` input format, this causes Markdown cells
to be included as raw Markdown blocks (allowing lossless
round-tripping) rather than being parsed. Use this only
-when you are targetting `ipynb` or a markdown-based
+when you are targeting `ipynb` or a markdown-based
output format.
#### Extension: `citations` {#org-citations}
@@ -5265,7 +5265,7 @@ and escaped in the output, rather than being passed through raw.
This feature allows stylesheets to be customized to give
different output for different output formats. However,
-stylesheets customized in this way will not be useable
+stylesheets customized in this way will not be usable
by other CSL implementations.