Fix typo in test_helper.bash comment.

This commit is contained in:
William Melody 2016-01-25 17:25:10 -08:00
parent 810e407c9e
commit 6783e94f16
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ teardown() {
# Usage: # Usage:
# _compare <expected> <actual> # _compare <expected> <actual>
# #
# Descriotion: # Description:
# Compare the content of a variable against an expected value. When used # 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. # within a `@test` block the output is only displayed when the test fails.
_compare() { _compare() {