aboutsummaryrefslogtreecommitdiff
path: root/challenge-162
diff options
context:
space:
mode:
authorMatthew Neleigh <matthew.neleigh@gmail.com>2022-05-01 05:17:03 -0400
committerMatthew Neleigh <matthew.neleigh@gmail.com>2022-05-01 05:17:03 -0400
commit4af90ee5c3b8ec60dc40ce4f0072d5cdb0d9e3bd (patch)
treedf15926574ef8d658bc91b0983c64688d653cd35 /challenge-162
parenta7e5563765f7884ab0868148cc97f0791e136a4c (diff)
downloadperlweeklychallenge-club-4af90ee5c3b8ec60dc40ce4f0072d5cdb0d9e3bd.tar.gz
perlweeklychallenge-club-4af90ee5c3b8ec60dc40ce4f0072d5cdb0d9e3bd.tar.bz2
perlweeklychallenge-club-4af90ee5c3b8ec60dc40ce4f0072d5cdb0d9e3bd.zip
modified: challenge-162/mattneleigh/perl/ch-2.pl
Diffstat (limited to 'challenge-162')
-rwxr-xr-xchallenge-162/mattneleigh/perl/ch-2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-162/mattneleigh/perl/ch-2.pl b/challenge-162/mattneleigh/perl/ch-2.pl
index f95802891e..07c33749d0 100755
--- a/challenge-162/mattneleigh/perl/ch-2.pl
+++ b/challenge-162/mattneleigh/perl/ch-2.pl
@@ -161,7 +161,7 @@ sub playfair_encrypt{
}
- # $plaingext now actually contains a reference
+ # $plaintext now actually contains a reference
# to ciphertext...
$plaintext = _playfair_process_core($key, \$ARG, 1);