summaryrefslogtreecommitdiff
path: root/src/login/pam_systemd.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-09-08 12:23:18 +0200
committerTorstein Husebø <torstein@huseboe.net>2015-09-08 12:55:50 +0200
commitdc61b7e45d89a69f0469ab7b3289cdde7fcc55ab (patch)
tree60ed092ad5cf9b3ff6bef806ee970d362f0805ce /src/login/pam_systemd.c
parentd60f96798dfad2c9977eb79d99a6d525b46aa33c (diff)
treewide: fix typos
Diffstat (limited to 'src/login/pam_systemd.c')
-rw-r--r--src/login/pam_systemd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c
index 71c84d8e0a..f66f1ce842 100644
--- a/src/login/pam_systemd.c
+++ b/src/login/pam_systemd.c
@@ -185,7 +185,7 @@ static int export_legacy_dbus_address(
if (asprintf(&s, KERNEL_USER_BUS_ADDRESS_FMT ";" UNIX_USER_BUS_ADDRESS_FMT, uid, runtime) < 0)
goto error;
} else {
- /* FIXME: We *realy* should move the access() check into the
+ /* FIXME: We *really* should move the access() check into the
* daemons that spawn dbus-daemon, instead of forcing
* DBUS_SESSION_BUS_ADDRESS= here. */