From 8dbfb49319c538b0682d4dbcc977ba5b811b86b0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 24 Sep 2011 22:18:03 +0300 Subject: Minor spelling and doc fixes. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index b693a138..bece1a56 100644 --- a/io.c +++ b/io.c @@ -2027,7 +2027,7 @@ gawk_popen(const char *cmd, struct redirect *rp) /* * used to wait for any children to synchronize input and output, * but this could cause gawk to hang when it is started in a pipeline - * and thus has a child process feeding it input (shell dependant) + * and thus has a child process feeding it input (shell dependent) */ /*(void) wait_any(0);*/ /* wait for outstanding processes */ -- cgit v1.2.3