Skip to content

Commit

Permalink
Merge pull request #130 from Darakath/patch-1
Browse files Browse the repository at this point in the history
The typo was bothering me >.<
  • Loading branch information
WilliamLCobb committed May 10, 2016
2 parents f9988f7 + 634562c commit ffa8bc5
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

1 comment on commit ffa8bc5

@DarknesGaming
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please tell me all these commits will go to the 2.0 branch.

Please sign in to comment.