Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Apr 15, 2015
2 parents 9a5cb83 + 0cf2494 commit 8f27fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPSQLExporter.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ - (void)main


// A NULL result indicates a permission problem // A NULL result indicates a permission problem
if ([createProcedure isNSNull]) { if ([createProcedure isNSNull]) {
NSString *errorString = [NSString stringWithFormat:NSLocalizedString(@"Could not export the %@ '%@' because of a permisions error.\n", @"Procedure/function export permission error"), procedureType, procedureName]; NSString *errorString = [NSString stringWithFormat:NSLocalizedString(@"Could not export the %@ '%@' because of a permissions error.\n", @"Procedure/function export permission error"), procedureType, procedureName];
[errors appendString:errorString]; [errors appendString:errorString];
if ([self sqlOutputIncludeErrors]) { if ([self sqlOutputIncludeErrors]) {
[[self exportOutputFile] writeData:[[NSString stringWithFormat:@"# Error: %@\n", errorString] dataUsingEncoding:NSUTF8StringEncoding]]; [[self exportOutputFile] writeData:[[NSString stringWithFormat:@"# Error: %@\n", errorString] dataUsingEncoding:NSUTF8StringEncoding]];
Expand Down

0 comments on commit 8f27fbe

Please sign in to comment.