aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaif Ahmed <34284663+saiftynet@users.noreply.github.com>2020-01-07 22:41:03 +0000
committerGitHub <noreply@github.com>2020-01-07 22:41:03 +0000
commitf5409a48f2b96c32c0b4d96090889ce2cb93e25e (patch)
treec5dcee93f843c59a8135f74cbdb97a6e3acd99e0
parent517ba113aaaae0dd3c4def0b3baab62882437978 (diff)
downloadperlweeklychallenge-club-f5409a48f2b96c32c0b4d96090889ce2cb93e25e.tar.gz
perlweeklychallenge-club-f5409a48f2b96c32c0b4d96090889ce2cb93e25e.tar.bz2
perlweeklychallenge-club-f5409a48f2b96c32c0b4d96090889ce2cb93e25e.zip
Update ch-2.pl
-rw-r--r--challenge-042/saiftynet/perl5/ch-2.pl2
1 files changed, 1 insertions, 1 deletions
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;