diff options
| -rwxr-xr-x | challenge-168/mattneleigh/perl/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-168/mattneleigh/perl/ch-1.pl b/challenge-168/mattneleigh/perl/ch-1.pl index 3def181d44..9ea3014572 100755 --- a/challenge-168/mattneleigh/perl/ch-1.pl +++ b/challenge-168/mattneleigh/perl/ch-1.pl @@ -37,7 +37,7 @@ exit(0); ################################################################################ -# Calculae the next number in the Perrin sequence, adding it to an existing +# Calculate the next number in the Perrin sequence, adding it to an existing # list of Perrin numbers; see https://en.wikipedia.org/wiki/Perrin_number for # details about this type of number # Takes one or two arguments: |
