From f03ec2b180425d01dc9867556683dcb82fac4b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 16 Oct 2018 10:38:19 +0200 Subject: [PATCH] systemctl: fix typo --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index be1b7375af..cc5b1a9ea0 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -8449,7 +8449,7 @@ static int start_with_fallback(void) { static int halt_now(enum action a) { /* The kernel will automatically flush ATA disks and suchlike on reboot(), but the file systems need to be - * synce'd explicitly in advance. */ + * synced explicitly in advance. */ if (!arg_no_sync && !arg_dry_run) (void) sync();