diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index d532cf4b1..f607581b0 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -735,7 +735,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; if (index === CPNotFound) return; - // we differ the actual removal until the end of the runloop in order to keep a reference to the column. + // we defer the actual removal until the end of the runloop in order to keep a reference to the column. [_differedColumnDataToRemove addObject:{"column":aTableColumn, "shouldBeHidden": [aTableColumn isHidden]}]; [aTableColumn setHidden:YES];