We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b158f3 commit 803e11aCopy full SHA for 803e11a
TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/workflow/action/WaitingAction.java
@@ -29,7 +29,7 @@ public WaitingAction() {
29
@Override
30
public void execute(State state) throws WorkflowExecutionException, IOException {
31
Boolean success;
32
- LOGGER.info("Wating " + time + "ms...");
+ LOGGER.info("Waiting " + time + "ms...");
33
try {
34
Thread.sleep(time);
35
success = true;
0 commit comments