From: Yu Watanabe Date: Sun, 11 Feb 2024 17:52:34 +0000 (+0900) Subject: repart: fix typo X-Git-Tag: v256-rc1~907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1651c914df3a43fa1f943d582e816c953078d55d;p=thirdparty%2Fsystemd.git repart: fix typo Follow-up for 1a0541d44c78ced78a566051ec8f63417370aeaa. --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 63e9dcfbd16..7735bd458af 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -6343,7 +6343,7 @@ static int context_fstab(Context *context) { return false; if (!need_fstab(context)) { - log_notice("MountPoint= is not specified for any elligible partitions, not generating %s", + log_notice("MountPoint= is not specified for any eligible partitions, not generating %s", arg_generate_fstab); return 0; } @@ -6437,7 +6437,7 @@ static int context_crypttab(Context *context) { return false; if (!need_crypttab(context)) { - log_notice("EncryptedVolume= is not specified for any elligible partitions, not generating %s", + log_notice("EncryptedVolume= is not specified for any eligible partitions, not generating %s", arg_generate_crypttab); return 0; }