Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed May 11, 2012
1 parent 9b91e8f commit 3fa296f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Expand Up @@ -27,8 +27,8 @@ my $build = Module::Build->new(
extra_linker_flags => $gsl_libs,
meta_merge => {
resources => {
repository => "http://github.com/jberger/PerlGSL-Integration-SingeDim",
bugtracker => "http://github.com/jberger/PerlGSL-Integration-SingeDim/issues",
repository => "http://github.com/jberger/PerlGSL-Integration-SingleDim",
bugtracker => "http://github.com/jberger/PerlGSL-Integration-SingleDim/issues",
},
no_index => {
file => [ 'README.pod' ],
Expand Down
2 changes: 1 addition & 1 deletion lib/PerlGSL/Integration/SingleDim.pm
Expand Up @@ -130,7 +130,7 @@ In scalar context the result is returned, in list context the result and the sta
=back
=head1 INSTALLTION REQUIREMENTS
=head1 INSTALLATION REQUIREMENTS
This module needs the GSL library installed and available. The C<PERLGSL_LIBS> environment variable may be used to pass the C<--libs> linker flags; if this is not specified, the command C<gsl-config --libs> is executed to find them. Future plans include using an L<Alien> module to provide the GSL in a more CPAN-friendly manner.
Expand Down

0 comments on commit 3fa296f

Please sign in to comment.