weston-launch: Fix an error message typo

This commit is contained in:
Kristian Høgsberg 2013-07-08 12:52:16 -04:00
parent 735302ea2d
commit 7e80f1b656
1 changed files with 1 additions and 1 deletions

View File

@ -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) {