From 6783e94f1681ac61f46f02c898cf4be0284d910a Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 25 Jan 2016 17:25:10 -0800 Subject: [PATCH] Fix typo in test_helper.bash comment. --- test/test_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index c0e3a8b..ab09246 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -34,7 +34,7 @@ teardown() { # Usage: # _compare # -# Descriotion: +# Description: # Compare the content of a variable against an expected value. When used # within a `@test` block the output is only displayed when the test fails. _compare() {