summaryrefslogtreecommitdiffstats
path: root/src/main.aap
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 16:48:19 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 16:48:19 +0000
commitf711faf099d628a29503e91381294c02dcd9f800 (patch)
tree93f376171cc41958151ff0a056ccdde46042987c /src/main.aap
parentb6799acd2d50b65eecfd3d691573628e3e8aa474 (diff)
updated for version 7.1b
Diffstat (limited to 'src/main.aap')
-rw-r--r--src/main.aap4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.aap b/src/main.aap
index ca199c6843..b224058de7 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.