From d6423b19ceac1cd20b9fd057ce3a82ca16111740 Mon Sep 17 00:00:00 2001 From: Matthew Neleigh Date: Sun, 12 Jun 2022 03:33:21 -0400 Subject: modified: challenge-168/mattneleigh/perl/ch-1.pl --- challenge-168/mattneleigh/perl/ch-1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit