summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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