Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhult committed Oct 2, 2012
1 parent 73641a4 commit 79f119c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/ZKRevealingTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ - (void)layoutSubviews
rect.origin = CGPointZero;
self.revealedView.frame = rect;

// Needed to get the revelead view behind the selected view. Can't be done in setSelected: since
// Needed to get the revealed view behind the selected view. Can't be done in setSelected: since
// that is not called when the selection is briefly highlighted and the user starts scrolling.
[self sendSubviewToBack:self.revealedView];
}
Expand Down

0 comments on commit 79f119c

Please sign in to comment.