Skip to content

Commit 803e11a

Browse files
committed
Fixed a typo
1 parent 9b158f3 commit 803e11a

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/WaitingAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public WaitingAction() {
2929
@Override
3030
public void execute(State state) throws WorkflowExecutionException, IOException {
3131
Boolean success;
32-
LOGGER.info("Wating " + time + "ms...");
32+
LOGGER.info("Waiting " + time + "ms...");
3333
try {
3434
Thread.sleep(time);
3535
success = true;

0 commit comments

Comments
 (0)