diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 03:25:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 03:25:44 +0000 |
commit | e26d180b8cbd89a658818fd7ef36f0d546542fdd (patch) | |
tree | 6744fb43e57277421915081ffbd8f3e7fc0b11dc /src | |
parent | cb0cd6afdbc43a4c3ce0b68e80c1bc76b271ac8a (diff) | |
download | coreutils-e26d180b8cbd89a658818fd7ef36f0d546542fdd.tar.xz |
(decode_switches): Correct typo in error message: enironment -> environment.
From Santiago Vila Doncel <sanvila@unex.es>.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -814,7 +814,7 @@ decode_switches (int argc, char **argv) else { error (0, 0, - _("ignoring invalid width in enironment variable COLUMNS: %s"), + _("ignoring invalid width in environment variable COLUMNS: %s"), p); } } @@ -841,7 +841,7 @@ decode_switches (int argc, char **argv) else { error (0, 0, - _("ignoring invalid tab size in enironment variable TABSIZE: %s"), + _("ignoring invalid tab size in environment variable TABSIZE: %s"), p); } } |