]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo in comment.
authorJim Meyering <jim@meyering.net>
Sun, 30 Mar 2003 12:11:50 +0000 (12:11 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Mar 2003 12:11:50 +0000 (12:11 +0000)
src/env.c

index 163c4fbeedfaf0a55271233ee3f29e3dff091408..596498aa62219ffb71c80655b699b7b663802476 100644 (file)
--- 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