From: jca Date: Fri, 12 Jan 2018 14:04:49 +0000 (+0000) Subject: Fix tyops X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=15eae54445002abc1b843d1b82d74afe3e7e8db7;p=openbsd Fix tyops --- 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)}*"