Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 12:59:13 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: fa4eca789ec9 - main - tip(1): Fix a typo in a source code comment
Message-ID:  <202209031259.283CxDvA059818@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=fa4eca789ec90d0724b81ecf7cf30503c6cd567d

commit fa4eca789ec90d0724b81ecf7cf30503c6cd567d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:59:03 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 12:59:03 +0000

    tip(1): Fix a typo in a source code comment
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 usr.bin/tip/tip/acu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c
index 0188be3c6406..1177e67bea28 100644
--- a/usr.bin/tip/tip/acu.c
+++ b/usr.bin/tip/tip/acu.c
@@ -56,7 +56,7 @@ static jmp_buf jmpbuf;
  * The phone numbers are in PN, and the call unit is in CU.
  *
  * If the PN is an '@', then we consult the PHONES file for
- *   the phone numbers.  This file is /etc/phones, unless overriden
+ *   the phone numbers.  This file is /etc/phones, unless overridden
  *   by an exported shell variable.
  *
  * The data base files must be in the format:



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