diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:09:54 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:09:54 +0000 |
| commit | 1acf0dba17d74c59fc87d450664df950ff127795 (patch) | |
| tree | 6b1a6cc6157b12184a6808e335431115997338af /libexec/getty/init.c | |
| parent | b07e9f3facc0a0d99012f414027624e517276c76 (diff) | |
Notes
Diffstat (limited to 'libexec/getty/init.c')
| -rw-r--r-- | libexec/getty/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c index b832bb29fa8b..81384d94b835 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -64,7 +64,7 @@ struct gettystrs gettystrs[] = { { "et", &omode.c_cc[VEOF] }, /* eof chatacter (eot) */ { "pc", nullstr }, /* pad character */ { "tt" }, /* terminal type */ - { "ev" }, /* enviroment */ + { "ev" }, /* environment */ { "lo", loginprg }, /* login program */ { "hn", hostname }, /* host name */ { "he" }, /* host name edit */ |
