summaryrefslogtreecommitdiffstats
path: root/libexec/atrun
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2005-12-30 17:59:23 +0000
committerceri <ceri@FreeBSD.org>2005-12-30 17:59:23 +0000
commit31d71e45b2e3446dafbbc76476a8bda125a3d6ff (patch)
treecf5a1d4fe6834df483a238d23fcb55da1d318034 /libexec/atrun
parent1bd879c93719b69c73ac10b0bf9085cee3f62ef6 (diff)
downloadFreeBSD-src-31d71e45b2e3446dafbbc76476a8bda125a3d6ff.zip
FreeBSD-src-31d71e45b2e3446dafbbc76476a8bda125a3d6ff.tar.gz
Don't be sexist - fix a typo.
Diffstat (limited to 'libexec/atrun')
-rw-r--r--libexec/atrun/atrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c
index 1cb5e7e..8a9891c 100644
--- a/libexec/atrun/atrun.c
+++ b/libexec/atrun/atrun.c
@@ -200,7 +200,7 @@ run_file(const char *filename, uid_t uid, gid_t gid)
exit(EXIT_FAILURE);
}
if (buf.st_nlink > 1) {
- syslog(LOG_ERR,"Someboy is trying to run a linked script for job %s",
+ syslog(LOG_ERR,"Somebody is trying to run a linked script for job %s",
filename);
exit(EXIT_FAILURE);
}
OpenPOWER on IntegriCloud