Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Nov 21, 2011
1 parent 8704d50 commit cab54b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PodCreator/PodList.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def awakeFromNib
tableView.setTarget(self)
tableView.setDoubleAction("selectPods:")
@pods.each do |pod|
arrayController.addObjects(@pods)
arrayController.addObject(pod)
end
end

Expand Down

0 comments on commit cab54b5

Please sign in to comment.