Skip to content

Commit fceeeee

Browse files
authored
Merge pull request #26 from Andrews54757/patch-1
Typo Fix: Add an "N" for Control Flow Flattening
2 parents 72fe9e5 + 0d58833 commit fceeeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/containers/OptionsContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Options = ({dispatch, options}) =>
8383
<Divider/>
8484

8585
<Form.Checkbox
86-
label='Control Flow Flatteing'
86+
label='Control Flow Flattening'
8787
checked={options.controlFlowFlattening}
8888
onChange={() => dispatch(actions.toggleOption(types.TOGGLE_CONTROL_FLOW_FLATTENING))}/>
8989

0 commit comments

Comments
 (0)