aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/vest2
1 files changed, 1 insertions, 1 deletions
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