From 82c098b39d1741c168996ab40f533bce4d12f582 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 5 Jan 2016 17:35:30 -0800 Subject: [PATCH] Fixed typo --- AsyncDisplayKit/ASControlNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASControlNode.h b/AsyncDisplayKit/ASControlNode.h index ad7049c261..72e1c52802 100644 --- a/AsyncDisplayKit/ASControlNode.h +++ b/AsyncDisplayKit/ASControlNode.h @@ -66,7 +66,7 @@ typedef NS_OPTIONS(NSUInteger, ASControlState) { @abstract Indicates whether or not the receiver is highlighted. @discussion This is set automatically when the receiver is tapped. */ -@property (nonatomic, assign, getter=isSeleted) BOOL selected; +@property (nonatomic, assign, getter=isSelected) BOOL selected; #pragma mark - Tracking Touches /**