git: fa922d9d97cc - stable/12 - cron(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:04 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fa922d9d97cc22ce19837960b0c2cfb33c9044c8 commit fa922d9d97cc22ce19837960b0c2cfb33c9044c8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:00:29 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:43:41 +0000 cron(8): Fix a typo in a source code comment - s/overriden/overridden/ (cherry picked from commit b82cbe465173baa727f7a4860c74b78718662c14) --- usr.sbin/cron/cron/do_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/cron/cron/do_command.c b/usr.sbin/cron/cron/do_command.c index 214baf2133ed..390328f79a2e 100644 --- a/usr.sbin/cron/cron/do_command.c +++ b/usr.sbin/cron/cron/do_command.c @@ -478,7 +478,7 @@ child_process(e, u) */ if (mailto == NULL) { /* MAILTO not present, set to USER, - * unless globally overriden. + * unless globally overridden. */ if (defmailto) mailto = defmailto;