diff options
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. |