summaryrefslogtreecommitdiffstats
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorh_east <h.east.727@gmail.com>2023-10-03 04:47:13 +0900
committerGitHub <noreply@github.com>2023-10-02 21:47:13 +0200
commitba77bbb5c775663a8b55871f753d7b1b570bb9ba (patch)
tree323ec37bead65ca92fb42fc376b2e07b41a23efb /runtime/doc/filetype.txt
parentb32064fedbeb689ecb0481e9473cb7b87d5bb805 (diff)
runtime(doc): fix typos.
* Fix typo in document (Related: #12516) * Fix E1363 duplication * Fix one more typo. Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 987b0d89e9..901711edff 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -433,7 +433,7 @@ So to enable this only for ruby, set the following variable: >
:let g:ruby_exec = 1
If both, the global `plugin_exec` and the `<filetype>_exec` specific variable
-are set, the filetpe specific variable should have precedent.
+are set, the filetype specific variable should have precedent.
AWK *ft-awk-plugin*