Skip to content

Commit

Permalink
Fix for typo in CPTableView.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
tbalthazar authored and Francisco Tolmasky committed May 3, 2009
1 parent 390cf2c commit b28146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPTableView.j
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ var _CPTableViewWillDisplayCellSelector = 1 << 0,

[_tableCells removeObjectAtIndex:index];
[_tableColumns removeObjectAtIndex:index];
[_tabelColumnViews removeObjectAtIndex:index];
[_tableColumnViews removeObjectAtIndex:index];

// Shift remaining column views to the left.
for (; index < _tableColumns.length; ++ index)
Expand Down

0 comments on commit b28146a

Please sign in to comment.