diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-30 12:11:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-30 12:11:50 +0000 |
commit | 2ec96a5e838d743555a71b79fe9eefee63596c0b (patch) | |
tree | 34c05f8df93c1b92df49e49d70bbcbc328f1e23e | |
parent | 6a1ff8af0c64ba8a334964487476d322693b6d94 (diff) | |
download | coreutils-2ec96a5e838d743555a71b79fe9eefee63596c0b.tar.xz |
Fix typo in comment.
-rw-r--r-- | src/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |