diff --git a/AppKit/CPSegmentedControl.j b/AppKit/CPSegmentedControl.j index c26416cbe..c585f97ba 100644 --- a/AppKit/CPSegmentedControl.j +++ b/AppKit/CPSegmentedControl.j @@ -452,7 +452,7 @@ CPSegmentSwitchTrackingMomentary = 2; @param aSegment the segment to draw the bezel for @param shouldHighlight YES highlights the bezel */ -- (void)drawSegmentBezel:(int)aSegment highlgiht:(BOOL)shouldHighlight +- (void)drawSegmentBezel:(int)aSegment highlight:(BOOL)shouldHighlight { }