Skip to content

Commit

Permalink
Fix typo when exporting processes list
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinms authored Feb 24, 2017
1 parent ea196b6 commit ce8a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPProcessListController.m
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ - (IBAction)saveServerProcesses:(id)sender
[panel beginSheetModalForWindow:[self window] completionHandler:^(NSInteger returnCode) {
if (returnCode == NSOKButton) {
if ([processesFiltered count] > 0) {
NSMutableString *processesString = [NSMutableString stringWithFormat:@"# MySQL server proceese for %@\n\n", [[SPAppDelegate frontDocument] host]];
NSMutableString *processesString = [NSMutableString stringWithFormat:@"# MySQL server processes for %@\n\n", [[SPAppDelegate frontDocument] host]];

for (NSDictionary *process in processesFiltered)
{
Expand Down

0 comments on commit ce8a189

Please sign in to comment.