Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Wheeler committed Dec 5, 2015
1 parent dd2a6a3 commit 9dc2943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function indexPageDisplaysTalksCorrectly()
{
$userId = $this->app['user']->getId();

// Crate our fake talk
// Create our fake talk
$talk = m::mock('OpenCFP\Domain\Entity\Talk');
$talk->shouldReceive('save');
$talk->shouldReceive('set')
Expand Down

0 comments on commit 9dc2943

Please sign in to comment.