Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed May 18, 2013
1 parent 61643c2 commit c425e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UncrustifyX/UXPreferencesWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ - (IBAction)installXcodePluginPressed:(id)sender {
defaultButton:@"Don’t Overwrite"
alternateButton:@"Overwrite"
otherButton:nil
informativeTextWithFormat:@"Uncrustiy Plugin %@ is already installed. Do you wish to overwrite it?", [[self class] installedPluginVersion]];
informativeTextWithFormat:@"Uncrustify Plugin %@ is already installed. Do you wish to overwrite it?", [[self class] installedPluginVersion]];

NSInteger returnValue = [alert runModal];

Expand Down

0 comments on commit c425e81

Please sign in to comment.