From 830dab99f0ac6d86bc53db699defbdb5c5841479 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Fri, 30 Dec 2005 17:59:23 +0000 Subject: [PATCH] Don't be sexist - fix a typo. --- libexec/atrun/atrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 1cb5e7ed5771..8a9891c692be 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); }