Fix typo in CPSegmentedControl.

[#33 state:resolved]
This commit is contained in:
Ross Boucher
2008-09-12 11:54:52 -07:00
parent 398b284910
commit 25f22d8fc8
+1 -1
View File
@@ -452,7 +452,7 @@ CPSegmentSwitchTrackingMomentary = 2;
@param aSegment the segment to draw the bezel for
@param shouldHighlight <code>YES</code> highlights the bezel
*/
- (void)drawSegmentBezel:(int)aSegment highlgiht:(BOOL)shouldHighlight
- (void)drawSegmentBezel:(int)aSegment highlight:(BOOL)shouldHighlight
{
}