tests/grep: fix typo in test description

This commit is contained in:
rillig 2021-08-30 23:14:14 +00:00
parent bc8c69fd2e
commit 9580923b8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_grep.sh,v 1.5 2021/08/30 23:10:58 rillig Exp $ # $NetBSD: t_grep.sh,v 1.6 2021/08/30 23:14:14 rillig Exp $
# #
# Copyright (c) 2008, 2009 The NetBSD Foundation, Inc. # Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -112,7 +112,7 @@ word_locale_body()
atf_test_case word_in_line atf_test_case word_in_line
word_in_line_head() word_in_line_head()
{ {
atf_set "descr" "Checks word search at the beginning of a line" atf_set "descr" "Checks word search in different locations of a line"
} }
word_in_line_body() word_in_line_body()
{ {