Skip to content

Commit ce8a189

Browse files
authored
Fix typo when exporting processes list
1 parent ea196b6 commit ce8a189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SPProcessListController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ - (IBAction)saveServerProcesses:(id)sender
238238
[panel beginSheetModalForWindow:[self window] completionHandler:^(NSInteger returnCode) {
239239
if (returnCode == NSOKButton) {
240240
if ([processesFiltered count] > 0) {
241-
NSMutableString *processesString = [NSMutableString stringWithFormat:@"# MySQL server proceese for %@\n\n", [[SPAppDelegate frontDocument] host]];
241+
NSMutableString *processesString = [NSMutableString stringWithFormat:@"# MySQL server processes for %@\n\n", [[SPAppDelegate frontDocument] host]];
242242

243243
for (NSDictionary *process in processesFiltered)
244244
{

0 commit comments

Comments
 (0)