X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-core.c;h=e505fcb0ed987ad0c8f43beb5a2b4b37afc6c940;hb=bbab4cb0797329f2b254100337a891f5849bb17a;hp=23d2aee43e573920ade578219b423457eeea47c7;hpb=8331cb6e143dc261fd22af9a2a679196822326a9;p=elogind.git diff --git a/src/login/logind-core.c b/src/login/logind-core.c index 23d2aee43..e505fcb0e 100644 --- a/src/login/logind-core.c +++ b/src/login/logind-core.c @@ -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