diff options
Diffstat (limited to 'src/dosinst.c')
-rw-r--r-- | src/dosinst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c index 0c1617334..9226b6302 100644 --- a/src/dosinst.c +++ b/src/dosinst.c @@ -419,7 +419,7 @@ get_vim_env(void) vim = default_vim_dir; else /* Let NSIS know there is no default, it should use - * $PROGRAMFIlES. */ + * $PROGRAMFILES. */ vim = ""; } } |