Skip to content

Commit 0cf2494

Browse files
committed
Merge pull request #2096 from GeorgeGardiner/patch-1
Fixed a typo
2 parents 438e867 + 7a60951 commit 0cf2494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SPSQLExporter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ - (void)main
729729

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

0 commit comments

Comments
 (0)