From 15eae54445002abc1b843d1b82d74afe3e7e8db7 Mon Sep 17 00:00:00 2001 From: jca Date: Fri, 12 Jan 2018 14:04:49 +0000 Subject: [PATCH] Fix tyops --- regress/bin/ksh/unclass1.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/bin/ksh/unclass1.t b/regress/bin/ksh/unclass1.t index 45115499601..9cd00d89a93 100644 --- a/regress/bin/ksh/unclass1.t +++ b/regress/bin/ksh/unclass1.t @@ -66,14 +66,14 @@ stdin: cmp -s bar1 bar2 --- -name: qouted-brace-expansion-1 +name: quoted-brace-expansion-1 stdin: echo "${foo:-"a"}*" expected-stdout: a* --- -name: qouted-brace-expansion-2 +name: quoted-brace-expansion-2 stdin: foo='bar' echo "${foo+(a)}*" -- 2.20.1