From ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 16 Nov 2020 18:05:02 +0000 Subject: unposted: Fix typos --- Test/A05execution.ztst | 2 +- Test/C04funcdef.ztst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst index c65642988..d95ee363c 100644 --- a/Test/A05execution.ztst +++ b/Test/A05execution.ztst @@ -258,7 +258,7 @@ F:side of a pipe to block on write after the right side has exited print -u $ZTST_fd "Skipping pipe leak test, requires MONITOR option" print "[0] 0 0" fi -0:Bug regression: piping to anonymous function; piping to backround function +0:Bug regression: piping to anonymous function; piping to background function *>\[<->\] <-> <-> F:This test checks for two different bugs, a parser segfault piping to an F:anonymous function, and a descriptor leak when backgrounding a pipeline diff --git a/Test/C04funcdef.ztst b/Test/C04funcdef.ztst index 88321c432..af469c527 100644 --- a/Test/C04funcdef.ztst +++ b/Test/C04funcdef.ztst @@ -307,7 +307,7 @@ # lsfoo should not be expanded as an anonymous function argument alias lsfoo='This is not ls.' () (echo anon func; echo "$@") lsfoo -0:Anonmous function with arguments in a form nobody sane would ever use but unfortunately we have to support anyway +0:Anonymous function with arguments in a form nobody sane would ever use but unfortunately we have to support anyway >anon func >lsfoo -- cgit 1.4.1