From 878bf23d3758244171f12e06d956c021b30a2aad Mon Sep 17 00:00:00 2001 From: WEININGCHIU Date: Tue, 26 Dec 2023 10:30:20 -0700 Subject: [PATCH] sh(1): Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nozero -> non-zero Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Reviewed by: imp, Mina Galić Pull Request: https://github.com/freebsd/freebsd-src/pull/936 --- bin/sh/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 97ea41d8da6..be5e76c221f 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -55,7 +55,7 @@ static time_t mailtime[MAXMBOXES]; /* times of mailboxes */ /* * Print appropriate message(s) if mail has arrived. If the argument is - * nozero, then the value of MAIL has changed, so we just update the + * non-zero, then the value of MAIL has changed, so we just update the * values. */