mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Fixed typos
This commit is contained in:
@@ -48,7 +48,7 @@ void Playfair::createGrid(){
|
||||
bool found = false;
|
||||
row = column = 0;
|
||||
|
||||
//Add any new leters from the keyword to the grid
|
||||
//Add any new letters from the keyword to the grid
|
||||
//If you reach row 5 then the entire grid has been filled
|
||||
char current;
|
||||
for(unsigned int cnt = 0;(cnt < keyword.size()) && (row < 5);++cnt){
|
||||
|
||||
Reference in New Issue
Block a user