diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:14:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:14:44 +0000 |
commit | 1b4be1fb0bacf9721e3c4a1a38919d24ad3f2e75 (patch) | |
tree | b20d898ea68c0bbe06b21cd16a2b34e7ac5d4f5a /usr.sbin/cron | |
parent | 9f121a4f73fff561a0f3fef1bad52d74d24a4f66 (diff) |
privledges -> privileges
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/do_command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c index 602dc151d7a..5b76abf32ab 100644 --- a/usr.sbin/cron/do_command.c +++ b/usr.sbin/cron/do_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: do_command.c,v 1.30 2006/08/13 20:44:00 millert Exp $ */ +/* $OpenBSD: do_command.c,v 1.31 2007/04/10 17:14:43 miod Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved @@ -22,7 +22,7 @@ */ #if !defined(lint) && !defined(LINT) -static char const rcsid[] = "$OpenBSD: do_command.c,v 1.30 2006/08/13 20:44:00 millert Exp $"; +static char const rcsid[] = "$OpenBSD: do_command.c,v 1.31 2007/04/10 17:14:43 miod Exp $"; #endif #include "cron.h" @@ -180,7 +180,7 @@ child_process(entry *e, user *u) { dup2(STDOUT, STDERR); /* set our directory, uid and gid. Set gid first, since once - * we set uid, we've lost root privledges. + * we set uid, we've lost root privileges. */ #ifdef LOGIN_CAP { |