summaryrefslogtreecommitdiff
path: root/contrib/atf
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2012-11-15 04:29:12 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2012-11-15 04:29:12 +0000
commit112988e70269052f6c274f8626191e194f1514db (patch)
tree4e602e0b6f91c23571622f8384169889c18835bd /contrib/atf
parenta4fb74f1ac623ae0183f848b473864b50aedf695 (diff)
downloadsrc-test-112988e70269052f6c274f8626191e194f1514db.tar.gz
src-test-112988e70269052f6c274f8626191e194f1514db.zip
Fix typos in description for exp{err,out}_mismatch_head.
Upstreamed: http://code.google.com/p/kyua/issues/detail?id=44 Submitted by: Garrett Cooper <yanegomi@gmail.com>
Notes
Notes: svn path=/head/; revision=243051
Diffstat (limited to 'contrib/atf')
-rw-r--r--contrib/atf/atf-sh/atf_check_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/atf/atf-sh/atf_check_test.sh b/contrib/atf/atf-sh/atf_check_test.sh
index 398e517c10699..010d0f144a151 100644
--- a/contrib/atf/atf-sh/atf_check_test.sh
+++ b/contrib/atf/atf-sh/atf_check_test.sh
@@ -54,7 +54,7 @@ atf_test_case expout_mismatch
expout_mismatch_head()
{
atf_set "descr" "Verifies that atf_check prints a diff of the" \
- "stdout and the expected stdout if the two do no" \
+ "stdout and the expected stdout of the two do not" \
"match"
}
expout_mismatch_body()
@@ -79,7 +79,7 @@ atf_test_case experr_mismatch
experr_mismatch_head()
{
atf_set "descr" "Verifies that atf_check prints a diff of the" \
- "stderr and the expected stderr if the two do no" \
+ "stderr and the expected stderr of the two do not" \
"match"
}
experr_mismatch_body()