diff options
| -rwxr-xr-x | challenge-140/mattneleigh/perl/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-140/mattneleigh/perl/ch-1.pl b/challenge-140/mattneleigh/perl/ch-1.pl index 58c643e236..362439de69 100755 --- a/challenge-140/mattneleigh/perl/ch-1.pl +++ b/challenge-140/mattneleigh/perl/ch-1.pl @@ -34,7 +34,7 @@ my $pair; foreach $pair (@pairs){ my ($a, $b) = map(binaryNumber->new($_), @{$pair}); - # This formatting will accomodate numbers + # This formatting will accommodate numbers # up to 16 bits printf( " %+16s\n + %+16s\n ------------------\n %+16s\n\n", |
