summaryrefslogtreecommitdiff
path: root/src/env.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-30 12:11:50 +0000
committerJim Meyering <jim@meyering.net>2003-03-30 12:11:50 +0000
commit2ec96a5e838d743555a71b79fe9eefee63596c0b (patch)
tree34c05f8df93c1b92df49e49d70bbcbc328f1e23e /src/env.c
parent6a1ff8af0c64ba8a334964487476d322693b6d94 (diff)
downloadcoreutils-2ec96a5e838d743555a71b79fe9eefee63596c0b.tar.xz
Fix typo in comment.
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/env.c b/src/env.c
index 163c4fbee..596498aa6 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