Skip to content

Commit 3a5dce6

Browse files
committed
Fixed file name error
1 parent 0600370 commit 3a5dce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/ciphers/Autokey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @author bennybebo
1111
*/
12-
public class AutokeyCipher {
12+
public class Autokey {
1313

1414
// Encrypts the plaintext using the Autokey cipher
1515
public String encrypt(String plaintext, String keyword) {

0 commit comments

Comments
 (0)