]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
script: fix misspelling
authorRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 3 Feb 2016 15:34:12 +0000 (16:34 +0100)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 3 Feb 2016 15:34:12 +0000 (16:34 +0100)
term-utils/script.c

index f5b2300be9998cfdc3ab104ca4ba26dc3293b1ee..fcb5835848941341e82ff28cddbb2e357013c432 100644 (file)
@@ -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 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:
  *