Skip to content

Commit 1a0b66d

Browse files
committed
Fixed typo
1 parent 69e293b commit 1a0b66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/workflow/action/ResetConnectionAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void execute(State state) throws WorkflowExecutionException, IOException
3232
tlsContext.getRecordLayer().updateEncryptionCipher();
3333
LOGGER.info("Resetting MessageDigest");
3434
tlsContext.getDigest().reset();
35-
LOGGER.info("Resettin ActiveKeySets");
35+
LOGGER.info("Resetting ActiveKeySets");
3636
tlsContext.setActiveClientKeySetType(Tls13KeySetType.NONE);
3737
tlsContext.setActiveServerKeySetType(Tls13KeySetType.NONE);
3838
tlsContext.setReadSequenceNumber(0);

0 commit comments

Comments
 (0)