aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-135/mattneleigh/perl/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-135/mattneleigh/perl/ch-1.pl b/challenge-135/mattneleigh/perl/ch-1.pl
index e2f1ed4c09..644a1543da 100755
--- a/challenge-135/mattneleigh/perl/ch-1.pl
+++ b/challenge-135/mattneleigh/perl/ch-1.pl
@@ -49,7 +49,7 @@ sub middle_three_digits{
my $length;
# Get rid of any leading negative sign
- # or dicemal point, and find the length
+ # or decimal point, and find the length
# of the number
$number =~ s/^-//;
$number =~ s/\.//;