]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo found by Fossies Codespell report
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 21 Jul 2023 10:12:08 +0000 (19:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 21 Jul 2023 10:12:08 +0000 (19:12 +0900)
NEWS
man/repart.d.xml
src/shared/find-esp.c
src/xdg-autostart-generator/xdg-autostart-service.c

diff --git a/NEWS b/NEWS
index 50339e7724de5667029707e60b1ba2a8d47216f7..d1e4b79e0f0b1e054317165c378d0f7479e70dcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -106,7 +106,7 @@ CHANGES WITH 254 in spe:
           or RootDirectory= an ephemeral copy of the disk image or directory
           tree is made when the service is started. It is removed automatically
           when the service is stopped. That ephemeral copy is made using
-          btrfs/xfs reflinks or btrfs snaphots, if available.
+          btrfs/xfs reflinks or btrfs snapshots, if available.
 
         * The service activation logic gained new settings RestartSteps= and
           RestartMaxDelaySec= which allow exponentially-growing restart
index 19694cfbb893cfddfab95377321eb8bf2c05535e..82dfce869969e8e035bec6659c7d522c9819eb61 100644 (file)
@@ -43,7 +43,7 @@
     delivered with minimally sized images (for example lacking any state or swap partitions), and which on
     first boot automatically take possession of any remaining disk space following a few basic rules.</para>
 
-    <para>Currently, support for partition definition files is only implemented for GPT partitition
+    <para>Currently, support for partition definition files is only implemented for GPT partition
     tables.</para>
 
     <para>Partition files are generally matched against any partitions already existing on disk in a simple
index a4cadc7cbacd47ca605590226d39498f9ce92747..9b8c7f73bcd03a6ef44dbbf833c0063a53b15f0c 100644 (file)
@@ -624,7 +624,7 @@ static int verify_xbootldr_blkid(
                 if (sd_id128_string_equal(v, SD_GPT_XBOOTLDR) <= 0)
                         return log_full_errno(searching ? LOG_DEBUG : LOG_ERR,
                                               searching ? SYNTHETIC_ERRNO(EADDRNOTAVAIL) : SYNTHETIC_ERRNO(ENODEV),
-                                              "%s: Partitition has wrong PART_ENTRY_TYPE=%s for XBOOTLDR partition.", node, v);
+                                              "%s: Partition has wrong PART_ENTRY_TYPE=%s for XBOOTLDR partition.", node, v);
 
                 errno = 0;
                 r = blkid_probe_lookup_value(b, "PART_ENTRY_UUID", &v, NULL);
index f3cf995ec2faea6739ff45e4f08ee804067bacd1..eab33504de55a2d0ea46a23e7e53942a549a0146 100644 (file)
@@ -592,7 +592,7 @@ int xdg_autostart_service_generate_unit(
                                 return 0;
                         }
                 }
-                log_debug("%s: GNOME startup phases are handled seprately, marking as NotShowIn=GNOME.",
+                log_debug("%s: GNOME startup phases are handled separately, marking as NotShowIn=GNOME.",
                           service->path);
 
                 if (strv_extend(&not_show_in, "GNOME") < 0)