summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.c
diff options
context:
space:
mode:
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)