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 ||
|
||||
#endif
|
||||
setuid(wl.pw->pw_uid) < 0)
|
||||
error(1, errno, "dropping privilidges failed");
|
||||
error(1, errno, "dropping priviledges failed");
|
||||
|
||||
|
||||
if (sleep_fork) {
|
||||
|
|
Loading…
Reference in New Issue