Skip to content

Commit

Permalink
Merge pull request #857 from jjuran/has-thread
Browse files Browse the repository at this point in the history
config/auto/thread:  Correct "has thread" grammar
  • Loading branch information
jkeenan committed Oct 5, 2012
2 parents 8632cf0 + 5f6ffbc commit cafe558
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
Determining if the system has a Thread support.
Determining if the system has thread support.
=cut

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

0 comments on commit cafe558

Please sign in to comment.