mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
tree-wide: fix typo found by Fossies Codespell report
This commit is contained in:
parent
66a8c74c35
commit
dc3b5e0432
2
NEWS
2
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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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(¬_show_in, "GNOME") < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user