diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-07-23 11:00:31 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-07-23 11:00:31 +0000 |
| commit | 3697d3f8cac5852e6e17c6652f7741013facc729 (patch) | |
| tree | 1dea67d0de89c768daf57e1a36496299348964e7 /libexec | |
| parent | c677c22f8f3b0e36d040cd68d805465a9417efe3 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/atrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 444b3dc82cf5..a1388cd4e5e3 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -113,7 +113,7 @@ myfork() static void run_file(const char *filename, uid_t uid, 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 sends * mail to the user. */ |
