Skip to content

Commit 817ac5e

Browse files
authored
Fix rookie spelling mistake
1 parent 295139b commit 817ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SettingsVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ - (void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)
909909
if (![[Utils getPrefs] boolForKey:@"ENTERPRISE_MODE"])
910910
break;
911911
[[Utils getPrefs] setObject:@"NO" forKey:@"PATCH_CHECKSUM"];
912-
[Utils showNotice:self title:@"Forced! Now the lanucher will start patching again upon tapping launch."];
912+
[Utils showNotice:self title:@"Forced! Now the launcher will start patching again upon tapping launch."];
913913
}
914914
case 3: { // Patch / Import
915915
if ([[Utils getPrefs] boolForKey:@"ENTERPRISE_MODE"]) {

0 commit comments

Comments
 (0)