changeset 2440:fc695854c33a vim73

Correct comments in testdir makefiles. (John Beckett)
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Jul 2010 22:04:17 +0200
parents c587f56735cc
children 620a42739426
files src/testdir/Make_amiga.mak src/testdir/Make_dos.mak src/testdir/Make_ming.mak src/testdir/Make_os2.mak src/testdir/main.aap
diffstat 5 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Make_amiga.mak
+++ b/src/testdir/Make_amiga.mak
@@ -1,5 +1,5 @@
 #
-# Makefile to run al tests for Vim, on Amiga
+# Makefile to run all tests for Vim, on Amiga
 #
 # Requires "rm", "csh" and "diff"!
 
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -1,5 +1,5 @@
 #
-# Makefile to run al tests for Vim, on Dos-like machines.
+# Makefile to run all tests for Vim, on Dos-like machines.
 #
 # Requires a set of Unix tools: echo, diff, etc.
 
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -1,4 +1,5 @@
-# Makefile to run tests for Vim, on Dos-like machines
+#
+# Makefile to run all tests for Vim, on Dos-like machines
 # with sh.exe or zsh.exe in the path or not.
 #
 # Author: Bill McCarthy
--- a/src/testdir/Make_os2.mak
+++ b/src/testdir/Make_os2.mak
@@ -1,5 +1,5 @@
 #
-# Makefile to run al tests for Vim, on OS/2
+# Makefile to run all tests for Vim, on OS/2
 #
 # Requires a set of Unix tools: echo, diff, etc.
 
--- a/src/testdir/main.aap
+++ b/src/testdir/main.aap
@@ -1,5 +1,5 @@
 #
-# Makefile to run al tests for Vim
+# Makefile to run all tests for Vim
 #
 
 VimProg ?= ../vim