diff options
| -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; |
