Skip to content

Commit

Permalink
Fixed a typo in a variable name in Phergie_Driver_Streams::doFingerRe…
Browse files Browse the repository at this point in the history
…sponse (thanks ahutchings)
  • Loading branch information
elazar committed Mar 3, 2010
1 parent e8ffd68 commit b35a6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Phergie/Driver/Streams.php
Expand Up @@ -631,7 +631,7 @@ public function doFinger($nick)
*/
public function doFingerResponse($nick, $finger)
{
$this->doCtcp($nick, 'FINGER', $finer);
$this->doCtcp($nick, 'FINGER', $finger);
}

/**
Expand Down

0 comments on commit b35a6f7

Please sign in to comment.