Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh sh: fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/96c7ec40d7aa
branches: trunk
changeset: 360011:96c7ec40d7aa
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Feb 08 20:39:59 2022 +0000
description:
sh: fix typo in comment
diffstat:
bin/sh/histedit.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 110953a5c310 -r 96c7ec40d7aa bin/sh/histedit.c
--- a/bin/sh/histedit.c Tue Feb 08 15:05:10 2022 +0000
+++ b/bin/sh/histedit.c Tue Feb 08 20:39:59 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: histedit.c,v 1.60 2022/02/02 01:21:34 kre Exp $ */
+/* $NetBSD: histedit.c,v 1.61 2022/02/08 20:39:59 rillig Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: histedit.c,v 1.60 2022/02/02 01:21:34 kre Exp $");
+__RCSID("$NetBSD: histedit.c,v 1.61 2022/02/08 20:39:59 rillig Exp $");
#endif
#endif /* not lint */
@@ -133,7 +133,7 @@
* This odd piece of code doesn't affect the shell
* at all, the environment modified here is the
* stuff accessed via "environ" (the incoming
- * envoironment to the shell) which is only ever
+ * environment to the shell) which is only ever
* touched at sh startup time (long before we get
* here) and ignored thereafter.
*
Home |
Main Index |
Thread Index |
Old Index