From 25f22d8fc86e8a1a6a3dc5557b46325dd77a7d2d Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Fri, 12 Sep 2008 11:54:52 -0700 Subject: [PATCH] Fix typo in CPSegmentedControl. [#33 state:resolved] --- AppKit/CPSegmentedControl.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }