chiark / gitweb /
Remove SysV compat
[elogind.git] / src / login / pam_elogind.c
index 0e90573a26a6ba38dbde12e3efe07f4ae7e12948..7ccaec56f01e035d2104987388f440f140017384 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. */