]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Jul 2025 23:18:46 +0000 (08:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Jul 2025 23:18:46 +0000 (08:18 +0900)
src/login/pam_systemd.c

index 782e428ba34e539bee38f668340b42c9f477e602..9e69433c519eb2595f8ae7f888e3853c9f9e5a15 100644 (file)
@@ -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) {