diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 16:48:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 16:48:19 +0000 |
commit | f711faf099d628a29503e91381294c02dcd9f800 (patch) | |
tree | 93f376171cc41958151ff0a056ccdde46042987c /src/main.aap | |
parent | b6799acd2d50b65eecfd3d691573628e3e8aa474 (diff) | |
download | vim-git-f711faf099d628a29503e91381294c02dcd9f800.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/main.aap')
-rw-r--r-- | src/main.aap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.aap b/src/main.aap index ca199c684..b224058de 100644 --- a/src/main.aap +++ b/src/main.aap @@ -259,7 +259,7 @@ distclean: clean # messages. Don't worry about that. # If there is a real error, there will be a difference between "test.out" and # a "test99.ok" file. -# If everything is allright, the final message will be "ALL DONE". +# If everything is alright, the final message will be "ALL DONE". # test check: VimProg = ../$Target @@ -351,7 +351,7 @@ all: $Target $GUI_BUNDLE $Source version.c : auto/osdef.h # Need to mention that the target also depends on version.c, since it's not -# inluded in $Source +# included in $Source $Target : version.c # Some sources are to be found in the "auto" directory. |