weston-launch: Fix an error message typo

dev
Kristian Høgsberg 12 years ago
parent 735302ea2d
commit 7e80f1b656
  1. 2
      src/weston-launch.c

@ -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…
Cancel
Save