summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/fpc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/fpc.vim')
-rw-r--r--runtime/compiler/fpc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/fpc.vim b/runtime/compiler/fpc.vim
index fb4f424986..de8e2fe3dc 100644
--- a/runtime/compiler/fpc.vim
+++ b/runtime/compiler/fpc.vim
@@ -12,6 +12,6 @@ if exists(":CompilerSet") != 2 " older Vim always used :setlocal
command -nargs=* CompilerSet setlocal <args>
endif
-" NOTE: compiler must be runned with -vb to write whole source path, not only file
+" NOTE: compiler must be run with -vb to write whole source path, not only file
" name.
CompilerSet errorformat=%f(%l\\,%c)\ %m