mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't be sexist - fix a typo.
This commit is contained in:
parent
7e1ff2ff14
commit
830dab99f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue