aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);