summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.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 /sys-utils/ctrlaltdel.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 'sys-utils/ctrlaltdel.c')
-rw-r--r--sys-utils/ctrlaltdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c
index 074f247a9..df13d088c 100644
--- a/sys-utils/ctrlaltdel.c
+++ b/sys-utils/ctrlaltdel.c
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
if (geteuid())
errx(EXIT_FAILURE,
- _("You must be root to set the Ctrl-Alt-Del behaviour"));
+ _("You must be root to set the Ctrl-Alt-Del behavior"));
if (argc == 2 && !strcmp("hard", argv[1])) {
if (my_reboot(LINUX_REBOOT_CMD_CAD_ON) < 0)