summaryrefslogtreecommitdiffstats
path: root/term-utils/script.c
diff options
context:
space:
mode:
authorKarel Zak2014-06-06 09:49:35 +0200
committerKarel Zak2014-06-06 09:49:35 +0200
commitee312c654b0c9f2e516fca729cb54c6c0ce42524 (patch)
treee430692e954f4c68c63308f5cf1f801f5e4474cb /term-utils/script.c
parentcfdisk: resize UI on SIGWINCH (diff)
downloadkernel-qcow2-util-linux-ee312c654b0c9f2e516fca729cb54c6c0ce42524.tar.gz
kernel-qcow2-util-linux-ee312c654b0c9f2e516fca729cb54c6c0ce42524.tar.xz
kernel-qcow2-util-linux-ee312c654b0c9f2e516fca729cb54c6c0ce42524.zip
docs: fix "behaviour" vs. "behavior"
Sometimes we use "behaviour" and "behavior" in the same text, let's use "behavior" only everywhere. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1011068 Signed-off-by: Karel Zak <kzak@redhat.com>
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 1ae34627f..1530e6726 100644
--- a/term-utils/script.c
+++ b/term-utils/script.c
@@ -525,7 +525,7 @@ doshell(void) {
/*
* When invoked from within /etc/csh.login, script spawns a csh shell
* that spawns programs that cannot be killed with a SIGTERM. This is
- * because csh has a documented behaviour wherein it disables all
+ * because csh has a documented behavior wherein it disables all
* signals when processing the /etc/csh.* files.
*
* Let's restore the default behavior.