summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/do_command.c
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2002-06-14 21:34:58 +0000
committertodd <todd@openbsd.org>2002-06-14 21:34:58 +0000
commite4d25771e502a9b366bb8bafa82e4b9d2dab6ffa (patch)
treed3889a616a1b0ce198ee331a24bc7bfe5edff217 /usr.sbin/cron/do_command.c
parentmake the output of pfctl -k look nice again (diff)
downloadwireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.tar.xz
wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.zip
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.sbin/cron/do_command.c')
-rw-r--r--usr.sbin/cron/do_command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c
index e445e95af04..22914ff16bd 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.13 2002/02/19 18:38:02 mpech Exp $ */
+/* $OpenBSD: do_command.c,v 1.14 2002/06/14 21:35:01 todd Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
*/
@@ -21,7 +21,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$OpenBSD: do_command.c,v 1.13 2002/02/19 18:38:02 mpech Exp $";
+static char rcsid[] = "$OpenBSD: do_command.c,v 1.14 2002/06/14 21:35:01 todd Exp $";
#endif
#include "cron.h"
@@ -89,7 +89,7 @@ child_process(entry *e, user *u) {
/* our parent is watching for our death by catching SIGCHLD. we
* do not care to watch for our children's deaths this way -- we
- * use wait() explictly. so we have to reset the signal (which
+ * use wait() explicitly. so we have to reset the signal (which
* was inherited from the parent).
*/
(void) signal(SIGCHLD, SIG_DFL);