From: Zbigniew Jędrzejewski-Szmek Date: Tue, 16 Oct 2018 08:38:19 +0000 (+0200) Subject: systemctl: fix typo X-Git-Tag: v240~530^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f03ec2b180425d01dc9867556683dcb82fac4b65;p=thirdparty%2Fsystemd.git systemctl: fix typo --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index be1b7375afa..cc5b1a9ea09 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();