diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-21 12:12:08 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-21 12:12:08 +0200 |
commit | dc3b5e0432489c87353108396a6854b3f9690380 (patch) | |
tree | 0551366c281d9513a8fcab38ac8e2c7297d995db /src/xdg-autostart-generator | |
parent | repart: Set sector size of loopback devices (diff) | |
download | systemd-dc3b5e0432489c87353108396a6854b3f9690380.tar.xz systemd-dc3b5e0432489c87353108396a6854b3f9690380.zip |
tree-wide: fix typo found by Fossies Codespell report
Diffstat (limited to 'src/xdg-autostart-generator')
-rw-r--r-- | src/xdg-autostart-generator/xdg-autostart-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdg-autostart-generator/xdg-autostart-service.c b/src/xdg-autostart-generator/xdg-autostart-service.c index f3cf995ec2..eab33504de 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) |