summaryrefslogtreecommitdiffstats
path: root/term-utils/script.c
diff options
context:
space:
mode:
authorRuediger Meier2016-02-03 15:00:37 +0100
committerRuediger Meier2016-02-03 15:10:08 +0100
commit3fd1f7711eb8612ce6e3f1f135b80220fdd2d208 (patch)
tree7108e33aecdd98574062d8faf2dea3dcea08f048 /term-utils/script.c
parentsfdisk: make --quiet really quiet (diff)
downloadkernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.gz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.xz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.zip
docs: fix typos found by codespell
Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'term-utils/script.c')
-rw-r--r--term-utils/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/script.c b/term-utils/script.c
index e247c83cf..f5b2300be 100644
--- a/term-utils/script.c
+++ b/term-utils/script.c
@@ -289,7 +289,7 @@ 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 expecially for EOF situation when we can
+ * wrate 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:
*