Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kurioscreative committed Dec 26, 2013
1 parent 35657f8 commit 3e338fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/main_view_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initWithCollectionViewLayout(layout)
end

# starting from xib/Storyboards
def initWithNibName(name, budnle:bundle)
def initWithNibName(name, bundle:bundle)
super.tap { setup }
end

Expand Down

0 comments on commit 3e338fd

Please sign in to comment.