cron(8): Fix a typo in a source code comment

- s/overriden/overridden/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-03 15:00:29 +02:00
parent fa4eca789e
commit b82cbe4651

View file

@ -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;