aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-23 12:56:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-23 12:56:47 +1300
commit9def341b77dc076bd5c704fedb5f96e6c34168b3 (patch)
tree600a03c072146783ece3aabb1affc63220b828ce
parentUse explicit { print } rather than implicit 1 (diff)
downloaddotfiles-9def341b77dc076bd5c704fedb5f96e6c34168b3.tar.gz
dotfiles-9def341b77dc076bd5c704fedb5f96e6c34168b3.zip
Fix a comment typo
-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