From c7a60fd7e508e8fe01e9e3d1e767b2e02f7d8d7d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 15 May 2011 22:17:15 +0000 Subject: [PATCH] fix typos in printfs SVN revision: 59417 --- src/bin/e_sys_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c index 152523f71..ca5eca8d8 100644 --- a/src/bin/e_sys_main.c +++ b/src/bin/e_sys_main.c @@ -79,12 +79,12 @@ main(int argc, } if (setuid(0) != 0) { - printf("ERROR: UNABLE TO ASSUME ROOT PRIVILEDGES\n"); + printf("ERROR: UNABLE TO ASSUME ROOT PRIVILEGES\n"); exit(5); } if (setgid(0) != 0) { - printf("ERROR: UNABLE TO ASSUME ROOT GROUP PRIVILEDGES\n"); + printf("ERROR: UNABLE TO ASSUME ROOT GROUP PRIVILEGES\n"); exit(7); }