]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 11 Feb 2024 17:52:34 +0000 (02:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 11 Feb 2024 17:52:37 +0000 (02:52 +0900)
Follow-up for 1a0541d44c78ced78a566051ec8f63417370aeaa.

src/partition/repart.c

index 63e9dcfbd163247146257706d1c01efd0deb4c6d..7735bd458af33b78c7dd1bd67f231b06600041e3 100644 (file)
@@ -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;
         }