summaryrefslogtreecommitdiff
path: root/runtime/doc/if_perl.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-20 11:16:17 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-20 11:16:17 +0200
commitfcb7ab6117da64524b4731ca9da87037226f855d (patch)
tree094205f90fc9e803220065d5fbbddfbde6a49a2f /runtime/doc/if_perl.txt
parent9e193ac7321e566b8157ed0e4204a34fd48ff6ab (diff)
downloadvim-git-fcb7ab6117da64524b4731ca9da87037226f855d.tar.gz
Fix typos in documentation. (Dominique Pelle)
Diffstat (limited to 'runtime/doc/if_perl.txt')
-rw-r--r--runtime/doc/if_perl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt
index 9d95d9801..e16ee57d1 100644
--- a/runtime/doc/if_perl.txt
+++ b/runtime/doc/if_perl.txt
@@ -277,7 +277,7 @@ used for building Vim.
To use the Perl interface the Perl DLL must be in your search path.
If Vim reports it cannot find the perl512.dll, make sure your $PATH includes
-the directory where it is localted. The Perl installer normally does that.
+the directory where it is located. The Perl installer normally does that.
In a console window type "path" to see what directories are used.
The name of the DLL must match the Perl version Vim was compiled with.