Skip to content

Commit

Permalink
Fixed _imageScaling typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Robinson committed Dec 6, 2008
1 parent abe2e14 commit c992b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppKit/CPButton.j
Expand Up @@ -237,7 +237,7 @@ var _CPButtonClassName = nil,
CPImage _alternateImage;

CPCellImagePosition _imagePosition;
CPImageScaling _imageScalng;
CPImageScaling _imageScaling;

CPString _title;
CPString _alternateTitle;
Expand Down
2 changes: 1 addition & 1 deletion AppKit/_CPImageAndTitleView.j
Expand Up @@ -39,7 +39,7 @@
CPFont _font;

CPCellImagePosition _imagePosition;
CPImageScaling _imageScalng;
CPImageScaling _imageScaling;

CPImage _image;
CPString _title;
Expand Down

0 comments on commit c992b61

Please sign in to comment.