about summary refs log tree commit diff
path: root/Completion/Unix/Command/_pandoc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-01-09 14:38:35 +0100
committerMikael Magnusson <mikachu@gmail.com>2020-01-09 14:51:08 +0100
commit66caa81ab7ffd931be143c6e8f35188c1b57894e (patch)
tree77cb910fccb69c481367be46834023a4b42c3064 /Completion/Unix/Command/_pandoc
parente6fa0b3b6568fa8c0d1173fdc822c97c41a2f763 (diff)
downloadzsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.tar.gz
zsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.tar.xz
zsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.zip
Fix typos reported by codespell in shell code
Diffstat (limited to 'Completion/Unix/Command/_pandoc')
-rw-r--r--Completion/Unix/Command/_pandoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_pandoc b/Completion/Unix/Command/_pandoc
index 24fee9969..29d3724e0 100644
--- a/Completion/Unix/Command/_pandoc
+++ b/Completion/Unix/Command/_pandoc
@@ -337,7 +337,7 @@ _arguments -C \
   '--strip-empty-paragraphs[deprecated. Use the +empty_paragraphs extension instead]: :' \
   '--indented-code-classes=[classes to use for indented code blocks]:class:{_message "Classes separated with ,"}' \
   '*--filter=[specify an executable to be used as a filter transforming the pandoc AST after the input is parsed and before the output is written]:file:_pandoc_filter' \
-  '*--lua-filter=[transform the document in a similar fashion as JSON filters (see --filter), but use pandoc'"'"'s build-in lua filtering system]:file:_pandoc_lua_filter' \
+  '*--lua-filter=[transform the document in a similar fashion as JSON filters (see --filter), but use pandoc'"'"'s built-in lua filtering system]:file:_pandoc_lua_filter' \
   {-p,--preserve-tabs}'[preserve tabs instead of converting them to spaces]: :' \
   '--tab-stop=[specify the number of spaces per tab (default is 4)]:number:{_message -r "choose a number equals to or greater then 1"}' \
   '--track-changes=[specifies what to do with insertions, deletions, and comments produced by the MS Word "Track Changes" feature]: :_pandoc_track_changes' \