diff --git a/NEWS b/NEWS index 50339e7724d..d1e4b79e0f0 100644 --- 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 diff --git a/man/repart.d.xml b/man/repart.d.xml index 19694cfbb89..82dfce86996 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -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. - Currently, support for partition definition files is only implemented for GPT partitition + Currently, support for partition definition files is only implemented for GPT partition tables. Partition files are generally matched against any partitions already existing on disk in a simple diff --git a/src/shared/find-esp.c b/src/shared/find-esp.c index a4cadc7cbac..9b8c7f73bcd 100644 --- a/src/shared/find-esp.c +++ b/src/shared/find-esp.c @@ -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); diff --git a/src/xdg-autostart-generator/xdg-autostart-service.c b/src/xdg-autostart-generator/xdg-autostart-service.c index f3cf995ec2f..eab33504de5 100644 --- a/src/xdg-autostart-generator/xdg-autostart-service.c +++ b/src/xdg-autostart-generator/xdg-autostart-service.c @@ -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)