diff options
| author | andvar <andvar@NetBSD.org> | 2021-09-11 20:28:03 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-09-11 20:28:03 +0000 |
| commit | 93477c577b983d9a63c65095511cb8d7192b4f85 (patch) | |
| tree | ff7d3b9a138ab4690bc54726b12e471e1cefbfbc /usr.bin/tip | |
| parent | dab7bb9f54dd40b1ea6bf58d3ae8593294eff85b (diff) | |
Add missing double p and d for stopped and overriden accordingly.
Fix few more typos along the way, mainly in copy-pasted comments.
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/acu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/acu.c b/usr.bin/tip/acu.c index 974bc0d34d8..3e087e51855 100644 --- a/usr.bin/tip/acu.c +++ b/usr.bin/tip/acu.c @@ -1,4 +1,4 @@ -/* $NetBSD: acu.c,v 1.17 2019/02/01 08:29:04 mrg Exp $ */ +/* $NetBSD: acu.c,v 1.18 2021/09/11 20:28:06 andvar Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; #endif -__RCSID("$NetBSD: acu.c,v 1.17 2019/02/01 08:29:04 mrg Exp $"); +__RCSID("$NetBSD: acu.c,v 1.18 2021/09/11 20:28:06 andvar Exp $"); #endif /* not lint */ #include "tip.h" @@ -53,7 +53,7 @@ static acu_t *acutype(char *); * 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: |
