Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalthazar authored and Ross Boucher committed Feb 27, 2009
1 parent 547ed38 commit 1d38ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPPopUpButton.j
Expand Up @@ -476,7 +476,7 @@ var CPPopUpButtonArrowsImage = nil;
*/
- (int)indexOfItemWithRepresentedObject:(id)anObject
{
return [_menu indexOfItemWithRepresentedObejct:anObject];
return [_menu indexOfItemWithRepresentedObject:anObject];
}

/*!
Expand Down

0 comments on commit 1d38ca6

Please sign in to comment.