From: Yu Watanabe Date: Tue, 29 Jul 2025 23:18:46 +0000 (+0900) Subject: login: fix typo X-Git-Tag: v258-rc2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0140f260462c2ff1a783609322e39de0a17b6574;p=thirdparty%2Fsystemd.git login: fix typo --- 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) {