From 058917cd1c5c6dd33f2003dee28fd08247fcf361 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Fri, 17 Jul 2015 23:49:57 -0700 Subject: [PATCH] Fix typo in test/arguments.bats (s/enought/enough/) --- test/arguments.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/arguments.bats b/test/arguments.bats index 77eb91cf..efd64271 100644 --- a/test/arguments.bats +++ b/test/arguments.bats @@ -2,7 +2,7 @@ load test_helper -@test "not enought arguments for ruby-build" { +@test "not enough arguments for ruby-build" { # use empty inline definition so nothing gets built anyway local definition="${TMP}/build-definition" echo '' > "$definition"