weston-launch: Fix an error message typo
This commit is contained in:
parent
735302ea2d
commit
7e80f1b656
|
@ -635,7 +635,7 @@ main(int argc, char *argv[])
|
||||||
initgroups(wl.pw->pw_name, wl.pw->pw_gid) < 0 ||
|
initgroups(wl.pw->pw_name, wl.pw->pw_gid) < 0 ||
|
||||||
#endif
|
#endif
|
||||||
setuid(wl.pw->pw_uid) < 0)
|
setuid(wl.pw->pw_uid) < 0)
|
||||||
error(1, errno, "dropping privilidges failed");
|
error(1, errno, "dropping priviledges failed");
|
||||||
|
|
||||||
|
|
||||||
if (sleep_fork) {
|
if (sleep_fork) {
|
||||||
|
|
Loading…
Reference in New Issue