Skip to content

Commit 7b579c9

Browse files
committed
Fix a typo that caused build failures with older Xcode versions
1 parent 80a2088 commit 7b579c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SPTableFilterParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
NSString *_currentField;
3939
NSString *_argument;
4040
NSString *_firstBetweenArgument;
41-
NSString *_secondsBetweenArgument;
41+
NSString *_secondBetweenArgument;
4242

4343
BOOL caseSensitive;
4444
BOOL suppressLeadingTablePlaceholder;

0 commit comments

Comments
 (0)