Skip to content

Commit

Permalink
config/auto/thread: Correct "has thread" grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuran committed Oct 4, 2012
1 parent 8632cf0 commit 5f6ffbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/auto/thread.pm
Expand Up @@ -6,7 +6,7 @@ config/auto/thread.pm - Thread support
=head1 DESCRIPTION =head1 DESCRIPTION
Determining if the system has a Thread support. Determining if the system has thread support.
=cut =cut


Expand All @@ -22,7 +22,7 @@ use Parrot::Configure::Utils ':auto';
sub _init { sub _init {
my $self = shift; my $self = shift;
my %data; my %data;
$data{description} = q{Does your system has thread}; $data{description} = q{Does your system have threads};
$data{result} = q{}; $data{result} = q{};
return \%data; return \%data;
} }
Expand Down

0 comments on commit 5f6ffbc

Please sign in to comment.