Skip to content

Commit

Permalink
The typo was bothering me >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
Enochen committed May 10, 2016
1 parent fecadeb commit 634562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iNDS/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ - (WCEasySettingsViewController *)getSettingsViewController
} else if (sizeof(void*) == 8) {
engineOption = [[WCEasySettingsOption alloc] initWithIdentifier:@"cpuMode"
title:@"Emulator Engine"
options:@[@"Interpretor"]
options:@[@"Interpreter"]
optionSubtitles:nil
subtitle:@"JIT is not yet available for your device."];
}
Expand Down

0 comments on commit 634562c

Please sign in to comment.