Skip to content

Commit c7d6705

Browse files
committed
Spelling
1 parent a1ca83b commit c7d6705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/se/uu/it/dtlsfuzzer/MultiBuilderRA.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ public StateFuzzerServerConfig buildServerConfig() {
115115

116116
@Override
117117
public TimingProbe build(TimingProbeEnabler timingProbeEnabler) {
118-
// FIXME: functionallity does not yet exist for RA-learning
118+
// FIXME: functionality does not yet exist for RA-learning
119119
throw new UnsupportedOperationException("Unimplemented method 'build'");
120120
}
121121

122122
@Override
123123
public TestRunner build(TestRunnerEnabler testRunnerEnabler) {
124-
// FIXME: functionallity does not yet exist for RA-learning
124+
// FIXME: functionality does not yet exist for RA-learning
125125
throw new UnsupportedOperationException("Unimplemented method 'build'");
126126
}
127127
}

src/main/java/se/uu/it/dtlsfuzzer/components/sul/mapper/TlsExecutionContextRA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class TlsExecutionContextRA
1414

1515
public TlsExecutionContextRA(TlsState state) {
1616
//FIXME: This might need to wrap the mealy context to keep them in sync, but let's test with a plain one first.
17-
//It depends on wheter it is only the mapper that wants to interrogate the stepcontext or if the learner will interface with it in some way.
17+
//It depends on whether it is only the mapper that wants to interrogate the stepcontext or if the learner will interface with it in some way.
1818
super(state);
1919
}
2020

0 commit comments

Comments
 (0)