From 2ec96a5e838d743555a71b79fe9eefee63596c0b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Mar 2003 12:11:50 +0000 Subject: [PATCH] Fix typo in comment. --- src/env.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/env.c b/src/env.c index 163c4fbeed..596498aa62 100644 --- a/src/env.c +++ b/src/env.c @@ -1,5 +1,5 @@ /* env - run a program in a modified environment - Copyright (C) 1986, 1991-2002 Free Software Foundation, Inc. + Copyright (C) 1986, 1991-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -62,7 +62,7 @@ { LOGNAME=rms EDITOR=emacs PATH=.:/gnubin:/hacks } env DISPLAY=gnu:0 nemacs - runs "nemacs" in the envionment + runs "nemacs" in the environment { LOGNAME=rms EDITOR=emacs PATH=.:/gnubin:/hacks DISPLAY=gnu:0 } env - LOGNAME=foo /hacks/hack bar baz -- 2.47.3