summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-20 22:04:36 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-20 22:04:36 +0000
commit87b774daf29db0a9dd8aad90e46a71c399ccde9d (patch)
tree2074fd3f84cef90724d896378802a00fbac03b99 /src
parent84fb85aaf6d4e843c0404b266400430de57559e2 (diff)
downloadvim-87b774daf29db0a9dd8aad90e46a71c399ccde9d.zip
updated for version 7.0111
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1b64c3435..0f507e7a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1478,7 +1478,7 @@ scripterror:
* directory. This is only done if the 'exrc' option is set.
* Because of security reasons we disallow shell and write commands
* now, except for unix if the file is owned by the user or 'secure'
- * option has been reset in environmet of global ".exrc" or ".vimrc".
+ * option has been reset in environment of global ".exrc" or ".vimrc".
* Only do this if VIMRC_FILE is not the same as USR_VIMRC_FILE or
* SYS_VIMRC_FILE.
*/