aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdg-autostart-generator/xdg-autostart-service.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-07-21 19:12:08 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-07-21 19:12:08 +0900
commitdc3b5e0432489c87353108396a6854b3f9690380 (patch)
tree0551366c281d9513a8fcab38ac8e2c7297d995db /src/xdg-autostart-generator/xdg-autostart-service.c
parentrepart: Set sector size of loopback devices (diff)
downloadsystemd-dc3b5e0432489c87353108396a6854b3f9690380.tar.xz
systemd-dc3b5e0432489c87353108396a6854b3f9690380.zip
tree-wide: fix typo found by Fossies Codespell report
Diffstat (limited to 'src/xdg-autostart-generator/xdg-autostart-service.c')
-rw-r--r--src/xdg-autostart-generator/xdg-autostart-service.c2
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 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(&not_show_in, "GNOME") < 0)