From 07d48a306e267e7fc0fafecffd82d02d6ffe6aa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 8 Jul 2013 14:34:53 -0400 Subject: [PATCH] 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. --- src/weston-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weston-launch.c b/src/weston-launch.c index 4fd747d..4c07d8e 100644 --- a/src/weston-launch.c +++ b/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 priviledges failed"); + error(1, errno, "dropping privileges failed"); if (sleep_fork) { -- 2.7.4