This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct typo in comment.
authorJames E Keenan <jkeenan@cpan.org>
Mon, 3 Sep 2018 22:05:27 +0000 (18:05 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Mon, 3 Sep 2018 22:05:27 +0000 (18:05 -0400)
t/op/exec.t

index bda8dd5..c676a97 100644 (file)
@@ -30,7 +30,7 @@ use vmsish qw(hushed);
 
 $| = 1;                                # flush stdout
 
-$ENV{LC_ALL}   = 'C';          # Forge English error messages.
+$ENV{LC_ALL}   = 'C';          # Force English error messages.
 $ENV{LANGUAGE} = 'C';          # Ditto in GNU.
 
 my $Is_VMS   = $^O eq 'VMS';