From b8f9263d182b7efb1b5c49ee0e5060f4e9e427cb Mon Sep 17 00:00:00 2001 From: Randall Luecke Date: Tue, 21 Dec 2010 16:55:00 -0500 Subject: [PATCH] Fixed some 3am typos in the documentation --- AppKit/CPTableColumn.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/CPTableColumn.j b/AppKit/CPTableColumn.j index c31c75b22..be38eddce 100644 --- a/AppKit/CPTableColumn.j +++ b/AppKit/CPTableColumn.j @@ -108,7 +108,7 @@ CPTableColumnUserResizingMask = 1 << 1; } /*! - Return the column's parent dataview + Return the column's parent tableview */ - (CPTableView)tableView { @@ -171,7 +171,7 @@ CPTableColumnUserResizingMask = 1 << 1; } /*! - Sets the mininum width of the column. + Sets the minimum width of the column. Default value is 10. */ - (void)setMinWidth:(float)aMinWidth