From ab68b1d64ff9b4ade059bf6a43a76c32366525a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 13 Oct 2008 03:00:24 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23890 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/su/su.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/su/su.c b/appl/su/su.c index 3a1fe3e45..54bc307f9 100644 --- a/appl/su/su.c +++ b/appl/su/su.c @@ -350,7 +350,7 @@ main(int argc, char **argv) su_user = argv[optind++]; if (!issuid() && getuid() != 0) - warnx("Not setuid and you are root, expect this to fail"); + warnx("Not setuid and you are not root, expect this to fail"); pwd = k_getpwnam(su_user); if(pwd == NULL)