Skip to content

Commit

Permalink
Correct spelling error in description. Eliminate some unneeded code.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/gsoc_nci@49723 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
jkeenan committed Oct 29, 2010
1 parent 8b7a601 commit 31f3d2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/gen/libffi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

=head1 NAME
config/gen/libffi.pm - Libffi Files
config/gen/libffi.pm - position libffi files
=head1 DESCRIPTION
Moves the appropriate nci files into place.
Moves the appropriate NCI files into place.
=cut

Expand All @@ -24,7 +24,7 @@ sub _init {
my $self = shift;
my %data;

$data{description} = q{Moving approriate NCI files into place};
$data{description} = q{Moving appropriate NCI files into place};

return \%data;
}
Expand All @@ -36,8 +36,6 @@ sub runstep {
if ( $conf->data->get("HAS_LIBFFI") ) {
$nci_file = 'config/gen/libffi/nci-ffi.pmc.in';
}
else {
}

copy_if_diff( $nci_file, "src/pmc/nci.pmc" );

Expand Down

0 comments on commit 31f3d2f

Please sign in to comment.