weston-launch: Fix the typo for real this time

Thanks to MonkeyofDoom for point this out.  I'm still adjusting to the
fact that there's no 'd' in privilege, but I'll get over it.
This commit is contained in:
Kristian Høgsberg
2013-07-08 14:34:53 -04:00
parent 9dadfb5352
commit 07d48a306e
+1 -1
View File
@@ -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 priviledges failed"); error(1, errno, "dropping privileges failed");
if (sleep_fork) { if (sleep_fork) {