Fixed typos

This commit is contained in:
2022-01-04 22:47:14 -05:00
parent f7d2f088de
commit cb7bf18836
2 changed files with 9 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public class TestPlayfair{
output = cipher.decode(keyword, inputString);
assertEquals("Playfair failed symbol decoding.", correctOutput, output);
//Test mixed case, whtiespace, symbol decoding
//Test mixed case, whitespace, symbol decoding
inputString = "Bmod zbx dnab ek - udm@uixmm+ouvif";
keyword = "Playfair Example";
correctOutput = "Hide the gold in - the@trexe+stump";