]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pam_systemd: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jan 2025 13:10:33 +0000 (22:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jan 2025 13:10:35 +0000 (22:10 +0900)
Follow-up for 30de5691744781277f992a25afa268518f3fe711.

src/login/pam_systemd.c

index 7a457c5ac6e319fdeb5cd07857aa14e074548fa0..e97485e9c93c639ff4d41b69d7f610095c0e3928 100644 (file)
@@ -1469,7 +1469,7 @@ _public_ PAM_EXTERN int pam_sm_close_session(
                        argc, argv,
                        /* class= */ NULL,
                        /* type= */ NULL,
-                       /* deskop= */ NULL,
+                       /* desktop= */ NULL,
                        &debug,
                        /* default_capability_bounding_set */ NULL,
                        /* default_capability_ambient_set= */ NULL) < 0)