aboutsummaryrefslogtreecommitdiff
path: root/challenge-036
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2019-11-29 16:49:33 +0000
committerGitHub <noreply@github.com>2019-11-29 16:49:33 +0000
commitad52fc133ebdc26b2d2e8cdbb7a068dd54609a4c (patch)
tree207819671452088f2bad823971c63b3da683dedb /challenge-036
parent14d02dcc196f65741a69f8f2b9fc1237d5afe93d (diff)
parentec4c38e06f9764216c1a8b2aeb129fd02e45de22 (diff)
downloadperlweeklychallenge-club-ad52fc133ebdc26b2d2e8cdbb7a068dd54609a4c.tar.gz
perlweeklychallenge-club-ad52fc133ebdc26b2d2e8cdbb7a068dd54609a4c.tar.bz2
perlweeklychallenge-club-ad52fc133ebdc26b2d2e8cdbb7a068dd54609a4c.zip
Merge pull request #983 from saiftynet/new-branch
Update ch-1.pl
Diffstat (limited to 'challenge-036')
-rw-r--r--challenge-036/saiftynet/perl5/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-036/saiftynet/perl5/ch-1.pl b/challenge-036/saiftynet/perl5/ch-1.pl
index cd60aa6a2c..d1b3dba675 100644
--- a/challenge-036/saiftynet/perl5/ch-1.pl
+++ b/challenge-036/saiftynet/perl5/ch-1.pl
@@ -4,7 +4,7 @@ use strict;
use warnings;
# usage: VINValidator($VINundertest,[verbosity]);
-# 1st parameter is VIN to test, second paramete is verbosity required
+# 1st parameter is VIN to test, second parameter if verbosity required
# returns 1 for valid or 0 for invalid
# if verbose parameter resolves to true, the success or failure (with reason)
# is printed to console