From: Neil Smith <neil.git@njae.me.uk>
Date: Wed, 23 Jul 2014 11:48:53 +0000 (+0100)
Subject: Fixed typo in solutions
X-Git-Url: https://git.njae.me.uk/?p=cipher-training.git;a=commitdiff_plain;h=cf24cb48f68975c948d226de8d35ad388281ef6a

Fixed typo in solutions
---

diff --git a/2013/solutions.txt b/2013/solutions.txt
index fbf7502..23c8cb2 100644
--- a/2013/solutions.txt
+++ b/2013/solutions.txt
@@ -13,8 +13,8 @@ c5a = open('2013/5a.ciphertext').read()
 c5b = open('2013/5b.ciphertext').read()
 c6a = open('2013/6a.ciphertext').read()
 c6b = open('2013/6b.ciphertext').read()
-c7a = open('2013/6a.ciphertext').read()
-c7b = open('2013/6b.ciphertext').read()
+c7a = open('2013/7a.ciphertext').read()
+c7b = open('2013/7b.ciphertext').read()
 
 p1a = caesar_decipher(c1a, 8)
 p1b = caesar_decipher(c1b, 14)