chiark / gitweb /
pam: include pam_keyinit.so in our PAM fragments
[elogind.git] / src / login / logind-core.c
index 23d2aee43e573920ade578219b423457eeea47c7..e505fcb0ed987ad0c8f43beb5a2b4b37afc6c940 100644 (file)
@@ -458,7 +458,7 @@ int manager_spawn_autovt(Manager *m, unsigned int vtnr) {
                         m->bus,
                         "org.freedesktop.systemd1",
                         "/org/freedesktop/systemd1",
-                        "org.freedesktop.systemd.Manager",
+                        "org.freedesktop.systemd1.Manager",
                         "StartUnit",
                         &error,
                         NULL,
@@ -525,7 +525,7 @@ static int manager_count_external_displays(Manager *m) {
                         continue;
 
                 /* Ignore internal displays: the type is encoded in
-                 * the sysfs name, as the second dash seperated item
+                 * the sysfs name, as the second dash separated item
                  * (the first is the card name, the last the connector
                  * number). We implement a whitelist of external
                  * displays here, rather than a whitelist, to ensure