]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(decode_switches): Correct typo in error message: enironment -> environment.
authorJim Meyering <jim@meyering.net>
Wed, 19 Jun 1996 03:25:44 +0000 (03:25 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Jun 1996 03:25:44 +0000 (03:25 +0000)
From Santiago Vila Doncel <sanvila@unex.es>.

src/ls.c

index cb3d252009a8b871db98355d9934b0ee0abc9541..d9ac4120ff4b82b60dd2c6f3381550bbb26edfaf 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -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);
        }
     }