Skip to content

Commit

Permalink
Noticed a spelling error when using this today.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sappharad authored and Sappharad committed Dec 25, 2017
1 parent 5e618e1 commit 37659ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPPatchWindow.mm
Expand Up @@ -64,7 +64,7 @@ - (IBAction)btnApply:(id)sender {
[pnlPatching orderOut:self]; //Lets hide the sheet.

if(errMsg == nil){
NSRunAlertPanel(@"Finished!",@"The file was patched sucessfully.",@"Okay",nil,nil);
NSRunAlertPanel(@"Finished!",@"The file was patched successfully.",@"Okay",nil,nil);
}
else{
NSRunAlertPanel(@"Patching failed", errMsg, @"Okay", nil, nil);
Expand Down

0 comments on commit 37659ab

Please sign in to comment.