Skip to content

Commit

Permalink
Fix apostrophe typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Dec 18, 2010
1 parent 68a15c5 commit 6f724e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPTableColumn.j
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ CPTableColumnUserResizingMask = 1 << 1;
}

/*!
This method set's the "prototype" view which will be used to create all table cells in this column.
This method sets the "prototype" view which will be used to create all table cells in this column.
It creates a snapshot of aView, using keyed archiving, which is then copied over and over for each
individual cell that is shown. As a result, changes made after calling this method won't be reflected.
Expand Down

0 comments on commit 6f724e3

Please sign in to comment.