summaryrefslogtreecommitdiff
path: root/libexec/atrun
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-19 22:57:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-19 22:57:28 +0000
commit75556fe65c21d2899e61c72cf89fc15f4bccd7c7 (patch)
tree68dd2c6726cd61f12d9c4cf2db202e4d9c4885d2 /libexec/atrun
parent4ccf73b1d23a477fa766f86fa9f0db062132bd20 (diff)
typo; david@phobia.ms
Diffstat (limited to 'libexec/atrun')
-rw-r--r--libexec/atrun/atrun.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c
index 1338e2d32a7..3129a8c54e0 100644
--- a/libexec/atrun/atrun.c
+++ b/libexec/atrun/atrun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atrun.c,v 1.10 2000/12/05 19:41:29 deraadt Exp $ */
+/* $OpenBSD: atrun.c,v 1.11 2001/04/19 22:57:27 deraadt Exp $ */
/*
* atrun.c - run jobs queued by at; run with root privileges.
@@ -68,7 +68,7 @@
/* File scope variables */
static char *namep;
-static char rcsid[] = "$OpenBSD: atrun.c,v 1.10 2000/12/05 19:41:29 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: atrun.c,v 1.11 2001/04/19 22:57:27 deraadt Exp $";
static int debug = 0;
/* Local functions */
@@ -113,7 +113,7 @@ run_file(filename, uid, gid)
gid_t gid;
{
/*
- * Run a file by by spawning off a process which redirects I/O,
+ * Run a file by spawning off a process which redirects I/O,
* spawns a subshell, then waits for it to complete and spawns another
* process to send mail to the user.
*/