From: Ruediger Meier Date: Wed, 3 Feb 2016 15:34:12 +0000 (+0100) Subject: script: fix misspelling X-Git-Tag: v2.28-rc1~133^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e35eca157ab7f7bd2504dcc65f38d33f8ab345;p=thirdparty%2Futil-linux.git script: fix misspelling --- diff --git a/term-utils/script.c b/term-utils/script.c index f5b2300be9..fcb5835848 100644 --- a/term-utils/script.c +++ b/term-utils/script.c @@ -287,9 +287,9 @@ static void wait_for_empty_fd(int fd) } /* - * The script(1) is usually faster than shell, so it's good idea to wait until - * the previous message is has been already read by shell from slave before we - * wrate to master. This is necessary especially for EOF situation when we can + * The script(1) is usually faster than shell, so it's a good idea to wait until + * the previous message has been already read by shell from slave before we + * write to master. This is necessary especially for EOF situation when we can * send EOF to master before shell is fully initialized, to workaround this * problem we wait until slave is empty. For example: *