diff options
| author | Matthew Neleigh <matthew.neleigh@gmail.com> | 2022-06-12 03:33:21 -0400 |
|---|---|---|
| committer | Matthew Neleigh <matthew.neleigh@gmail.com> | 2022-06-12 03:33:21 -0400 |
| commit | d6423b19ceac1cd20b9fd057ce3a82ca16111740 (patch) | |
| tree | a23ac8e8954db167f1dc8f2dcdd991f914310420 | |
| parent | 2eb42e251cedc5dfc84e8537f5c5a34a7f3f76bf (diff) | |
| download | perlweeklychallenge-club-d6423b19ceac1cd20b9fd057ce3a82ca16111740.tar.gz perlweeklychallenge-club-d6423b19ceac1cd20b9fd057ce3a82ca16111740.tar.bz2 perlweeklychallenge-club-d6423b19ceac1cd20b9fd057ce3a82ca16111740.zip | |
modified: challenge-168/mattneleigh/perl/ch-1.pl
| -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: |
