From f5409a48f2b96c32c0b4d96090889ce2cb93e25e Mon Sep 17 00:00:00 2001 From: Saif Ahmed <34284663+saiftynet@users.noreply.github.com> Date: Tue, 7 Jan 2020 22:41:03 +0000 Subject: Update ch-2.pl --- challenge-042/saiftynet/perl5/ch-2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-042/saiftynet/perl5/ch-2.pl b/challenge-042/saiftynet/perl5/ch-2.pl index ae8d9584a6..6b741af435 100644 --- a/challenge-042/saiftynet/perl5/ch-2.pl +++ b/challenge-042/saiftynet/perl5/ch-2.pl @@ -9,7 +9,7 @@ # the brackets are balanced or not. The script also shows which # are the unmtached brackets. # -# With random strings, unblanaced strings are far more common +# With random strings, unbalanced strings are far more common # so 100 are generated and tested use strict; use warnings; -- cgit