From 9def341b77dc076bd5c704fedb5f96e6c34168b3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jan 2017 12:56:47 +1300 Subject: Fix a comment typo --- bin/vest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vest b/bin/vest index d80c24d1..f857d8c1 100755 --- a/bin/vest +++ b/bin/vest @@ -1,5 +1,5 @@ #!/bin/sh -# Run a test(1) command a print a string to stdout showing pass/fail +# Run a test(1) command and print a string to stdout showing pass/fail if [ "$#" -eq 0 ] ; then printf >&2 'vest: Need test(1) arguments\n' exit 2 -- cgit v1.2.3