From af0697b70533b6e40c92180a7523c16cf49798e9 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 5 Aug 2002 12:35:59 +0000 Subject: 17503: fix various typos and spelling mistakes in source code comments --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index 494c1c260..9033e146d 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2372,7 +2372,7 @@ execcmd(Estate state, int input, int output, int how, int last1) execute((Cmdnam) hn, cflags & BINF_DASH); } else { /* ( ... ) */ DPUTS(varspc, - "BUG: assigment before complex command"); + "BUG: assignment before complex command"); list_pipe = 0; if (subsh_close >= 0) zclose(subsh_close); -- cgit v1.2.3