diff options
| author | andvar <andvar@NetBSD.org> | 2022-04-08 10:17:52 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-04-08 10:17:52 +0000 |
| commit | de40008ddcb6233a70fa9c689654138a92b98208 (patch) | |
| tree | 9935be70120633aa17ec7655e16f76272bcac672 /bin | |
| parent | f7c40222dc451fd3bb42dd09f23cc51b30ad72bc (diff) | |
fix various typos, mainly in comments, but also log messages, docs, game text.
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/csh/err.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/err.c b/bin/csh/err.c index 2849c37795c..d24dd7dcf54 100644 --- a/bin/csh/err.c +++ b/bin/csh/err.c @@ -1,4 +1,4 @@ -/* $NetBSD: err.c,v 1.24 2021/09/11 20:55:03 christos Exp $ */ +/* $NetBSD: err.c,v 1.25 2022/04/08 10:17:52 andvar Exp $ */ /*- * Copyright (c) 1980, 1991, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: err.c,v 1.24 2021/09/11 20:55:03 christos Exp $"); +__RCSID("$NetBSD: err.c,v 1.25 2022/04/08 10:17:52 andvar Exp $"); #endif #endif /* not lint */ @@ -313,7 +313,7 @@ seterror(int id, ...) * in bname * * This routine always resets or exits. The flag haderr - * is set so the routine who catches the unwind can propogate + * is set so the routine who catches the unwind can propagate * it if they want. * * Note that any open files at the point of error will eventually |
