From 0140f260462c2ff1a783609322e39de0a17b6574 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 30 Jul 2025 08:18:46 +0900 Subject: [PATCH] login: fix typo --- src/login/pam_systemd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c index 782e428ba34..9e69433c519 100644 --- a/src/login/pam_systemd.c +++ b/src/login/pam_systemd.c @@ -1511,7 +1511,7 @@ static int setup_runtime_directory( /* Also create a per-area subdirectory for $XDG_RUNTIME_DIR, so that each area has their own * set of runtime services. We follow the same directory structure as for $HOME. Note that we - * do not define any form of automatic clean-up for the per-aera subdirs beyond the regular + * do not define any form of automatic clean-up for the per-area subdirs beyond the regular * clean-up of the whole $XDG_RUNTIME_DIR hierarchy when the user finally logs out. */ _cleanup_free_ char *per_area_runtime_directory = NULL; if (area) { -- 2.47.3