From: Jim Meyering Date: Sun, 30 Mar 2003 12:11:50 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: v5.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec96a5e838d743555a71b79fe9eefee63596c0b;p=thirdparty%2Fcoreutils.git Fix typo in comment. --- 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