Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2096 from GeorgeGardiner/patch-1
Fixed a typo
  • Loading branch information
dmoagx committed Apr 13, 2015
2 parents 438e867 + 7a60951 commit 0cf2494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPSQLExporter.m
Expand Up @@ -729,7 +729,7 @@ - (void)main

// A NULL result indicates a permission problem
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];
if ([self sqlOutputIncludeErrors]) {
[[self exportOutputFile] writeData:[[NSString stringWithFormat:@"# Error: %@\n", errorString] dataUsingEncoding:NSUTF8StringEncoding]];
Expand Down

0 comments on commit 0cf2494

Please sign in to comment.