diff options
| author | Saif Ahmed <34284663+saiftynet@users.noreply.github.com> | 2020-01-07 22:41:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-07 22:41:03 +0000 |
| commit | f5409a48f2b96c32c0b4d96090889ce2cb93e25e (patch) | |
| tree | c5dcee93f843c59a8135f74cbdb97a6e3acd99e0 | |
| parent | 517ba113aaaae0dd3c4def0b3baab62882437978 (diff) | |
| download | perlweeklychallenge-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.pl | 2 |
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; |
