File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/se/uu/it/dtlsfuzzer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ public StateFuzzerServerConfig buildServerConfig() {
115
115
116
116
@ Override
117
117
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
119
119
throw new UnsupportedOperationException ("Unimplemented method 'build'" );
120
120
}
121
121
122
122
@ Override
123
123
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
125
125
throw new UnsupportedOperationException ("Unimplemented method 'build'" );
126
126
}
127
127
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class TlsExecutionContextRA
14
14
15
15
public TlsExecutionContextRA (TlsState state ) {
16
16
//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.
18
18
super (state );
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments