Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 13:00:39 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b82cbe465173 - main - cron(8): Fix a typo in a source code comment
Message-ID:  <202209031300.283D0daE069298@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=b82cbe465173baa727f7a4860c74b78718662c14

commit b82cbe465173baa727f7a4860c74b78718662c14
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:00:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:00:29 +0000

    cron(8): Fix a typo in a source code comment
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 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 4dcbce2c1165..fcc5a5e3eb2a 100644
--- a/usr.sbin/cron/cron/do_command.c
+++ b/usr.sbin/cron/cron/do_command.c
@@ -527,7 +527,7 @@ child_process(e, u)
 			 */
 			if (mailto == NULL) {
 				/* MAILTO not present, set to USER,
-				 * unless globally overriden.
+				 * unless globally overridden.
 				 */
 				if (defmailto)
 					mailto = defmailto;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209031300.283D0daE069298>