Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsentwined committed Sep 16, 2012
1 parent d010df3 commit 7ab6217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/task/ZfTask.php
Expand Up @@ -13,10 +13,10 @@ class ZfTask extends Task
*
* the bootstrap file must return an instance of Zend\Mvc\Application
*
* @param string $boostrap
* @param string $bootstrap
* @return void
*/
public function setBootstrap($boostrap)
public function setBootstrap($bootstrap)
{
if (!is_file($bootstrap)) {
throw new BuildException(sprintf(
Expand Down

0 comments on commit 7ab6217

Please sign in to comment.