diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-04-04 07:09:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-04-04 07:09:12 +0000 |
commit | b4e009bec552efad97a5f0403d80a2afdcb546d8 (patch) | |
tree | accb29872264e8ff8ffc99941b6646d3ae021a50 /lib | |
parent | bbed45f69afd2733a47fb6f98dde2d952fd14e1e (diff) | |
download | perl-b4e009bec552efad97a5f0403d80a2afdcb546d8.tar.gz |
Detypo in diagnostics.
p4raw-id: //depot/perl@15728
Diffstat (limited to 'lib')
-rw-r--r-- | lib/locale.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.t b/lib/locale.t index ee75c650e9..bcbce9ed4a 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -771,7 +771,7 @@ foreach (&last_without_setlocale()+1..$last) { if ($Problem{$_} || !defined $Okay{$_} || !@{$Okay{$_}}) { if ($_ == 102) { print "# The failure of test 102 is not necessarily fatal.\n"; - print "# It usually indicates a problem in the enviroment,\n"; + print "# It usually indicates a problem in the environment,\n"; print "# not in Perl itself.\n"; } print "not "; |