From d995afa8a41a1aa8d492f898feb0da810452efff Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 8 Feb 2022 20:39:59 +0000 Subject: [PATCH] sh: fix typo in comment --- bin/sh/histedit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index f022f2332944..a883acad9b4a 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -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 @@ histedit(void) * 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. *