summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:14:44 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:14:44 +0000
commit1b4be1fb0bacf9721e3c4a1a38919d24ad3f2e75 (patch)
treeb20d898ea68c0bbe06b21cd16a2b34e7ac5d4f5a
parent9f121a4f73fff561a0f3fef1bad52d74d24a4f66 (diff)
privledges -> privileges
-rw-r--r--sys/arch/mac68k/mac68k/pram.h4
-rw-r--r--sys/arch/mac68k/mac68k/pramasm.s4
-rw-r--r--usr.sbin/cron/do_command.c6
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mac68k/mac68k/pram.h b/sys/arch/mac68k/mac68k/pram.h
index c6337eeae08..34f1726b324 100644
--- a/sys/arch/mac68k/mac68k/pram.h
+++ b/sys/arch/mac68k/mac68k/pram.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: pram.h,v 1.8 2006/01/13 21:02:38 miod Exp $ */
+/* $OpenBSD: pram.h,v 1.9 2007/04/10 17:14:42 miod Exp $ */
/* $NetBSD: pram.h,v 1.3 1996/05/05 06:18:53 briggs Exp $ */
/*
* RTC toolkit version 1.08b, copyright 1995, erik vogan
*
- * All rights and privledges to this code hereby donated
+ * All rights and privileges to this code hereby donated
* to the ALICE group for use in NetBSD. see the copyright
* below for more info...
*/
diff --git a/sys/arch/mac68k/mac68k/pramasm.s b/sys/arch/mac68k/mac68k/pramasm.s
index 08ebd6ce87c..e09d8823e0e 100644
--- a/sys/arch/mac68k/mac68k/pramasm.s
+++ b/sys/arch/mac68k/mac68k/pramasm.s
@@ -1,10 +1,10 @@
-/* $OpenBSD: pramasm.s,v 1.6 2006/01/13 19:36:47 miod Exp $ */
+/* $OpenBSD: pramasm.s,v 1.7 2007/04/10 17:14:42 miod Exp $ */
/* $NetBSD: pramasm.s,v 1.4 1995/09/28 03:15:54 briggs Exp $ */
/*
* RTC toolkit version 1.08b, copyright 1995, erik vogan
*
- * All rights and privledges to this code hereby donated
+ * All rights and privileges to this code hereby donated
* to the ALICE group for use in NetBSD. see the copyright
* below for more info...
*/
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
{