From 1651c914df3a43fa1f943d582e816c953078d55d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 12 Feb 2024 02:52:34 +0900 Subject: [PATCH] repart: fix typo Follow-up for 1a0541d44c78ced78a566051ec8f63417370aeaa. --- src/partition/repart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.47.3