We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea196b6 commit ce8a189Copy full SHA for ce8a189
1 file changed
Source/SPProcessListController.m
@@ -238,7 +238,7 @@ - (IBAction)saveServerProcesses:(id)sender
238
[panel beginSheetModalForWindow:[self window] completionHandler:^(NSInteger returnCode) {
239
if (returnCode == NSOKButton) {
240
if ([processesFiltered count] > 0) {
241
- 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]];
242
243
for (NSDictionary *process in processesFiltered)
244
{
0 commit comments