Sync with v1.8.4.2
[gitweb.git] / t / test-lib.sh
index 0fa7dfde7bbf201d4756202f3797854b54030ea8..3dc1792ebc8eac840adad10a189d33225aa9bc32 100644 (file)
@@ -325,7 +325,7 @@ trap 'die' EXIT
 . "$TEST_DIRECTORY/test-lib-functions.sh"
 
 # You are not expected to call test_ok_ and test_failure_ directly, use
-# the text_expect_* functions instead.
+# the test_expect_* functions instead.
 
 test_ok_ () {
        test_success=$(($test_success + 1))