summaryrefslogtreecommitdiff
path: root/tests/hangul-syllable
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-03 12:04:45 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-03 13:07:07 -0700
commit0942f31bd8eabc14c9fc8f6219c9f1967685de0f (patch)
tree774a46b31e673584b0cf152a83b36ed938a62452 /tests/hangul-syllable
parent5e3d207d5b7dba28ca248475188a029570766bc1 (diff)
downloadgrep-0942f31bd8eabc14c9fc8f6219c9f1967685de0f.tar.gz
maint: spelling fixes
Diffstat (limited to 'tests/hangul-syllable')
-rwxr-xr-xtests/hangul-syllable4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hangul-syllable b/tests/hangul-syllable
index fce5c2c8..961875de 100755
--- a/tests/hangul-syllable
+++ b/tests/hangul-syllable
@@ -15,7 +15,7 @@ export LC_ALL
# Check that '.' completely matches $1, i.e., that $1 is a single UTF-8 char.
check_char ()
{
- printf "$1\\n" >in || framewmork_failure_
+ printf "$1\\n" >in || framework_failure_
grep $2 '^.$' in >out || fail=1
cmp in out || fail=1
@@ -25,7 +25,7 @@ check_char ()
# $1 contains an encoding error.
check_nonchar ()
{
- printf "$1\\n" >in || framewmork_failure_
+ printf "$1\\n" >in || framework_failure_
grep -a -v '^.*$' in >out || fail=1
cmp in out || fail=1