diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-11-26 07:15:14 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-27 22:47:25 -0800 |
commit | 001e69cd4602e84219fd7cfd8ade62f0cb24097c (patch) | |
tree | df635c6a687421d2126b004daec74f1fd2c1f55b /scripts/lua2dox.lua | |
parent | 86c4a87fe9a6ce7d5f8fb9de76490b1a0fa64538 (diff) | |
download | rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.tar.gz rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.tar.bz2 rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.zip |
doc: fix typos
close #11459
Diffstat (limited to 'scripts/lua2dox.lua')
-rw-r--r-- | scripts/lua2dox.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lua2dox.lua b/scripts/lua2dox.lua index 438f734917..171621e38d 100644 --- a/scripts/lua2dox.lua +++ b/scripts/lua2dox.lua @@ -65,7 +65,7 @@ FILTER_PATTERNS = *.lua=lua2dox_filter Either add them to the end or find the appropriate entry in Doxyfile. -There are other lines that you might like to alter, but see futher documentation for details. +There are other lines that you might like to alter, but see further documentation for details. <li> When Doxyfile is edited run "doxygen" |