]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/pam_systemd.c
treewide: fix typos
[thirdparty/systemd.git] / src / login / pam_systemd.c
index 71c84d8e0a9efaa272cd1fdfbb153dacbdde2607..f66f1ce8428bfcfc6ee135dd940e330e4cd62ae1 100644 (file)
@@ -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. */