Skip to content

Commit

Permalink
Spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
john-n-smith committed Aug 5, 2014
1 parent 0c00a6b commit b22752c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Graze/Monolog/Handler/WhoopsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ protected function writeException(\Exception $exception)

$whoopsHandleResponse = $this->whoopsHandler->handle();

$this->processWhoopsBuubling($whoopsHandleResponse);
$this->processWhoopsBubbling($whoopsHandleResponse);
}

/**
* Map Whoops->handle() responses to Monolog bubbling
*
* @param int $whoopsHandleResponse response as returned from Whoops\Handler\Handler::handle()
*/
protected function processWhoopsBuubling($whoopsHandleResponse)
protected function processWhoopsBubbling($whoopsHandleResponse)
{
switch ($whoopsHandleResponse) {
case Handler::LAST_HANDLER:
Expand Down

0 comments on commit b22752c

Please sign in to comment.