Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Jan 11, 2016
1 parent f81a66d commit a567cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Room11\Jeeves;

use Amp\Artax\Client as HttpClient;
use Room11\Jeeves\Fkey\Retriever as FkeyRetreiver;
use Room11\Jeeves\Fkey\Retriever as FkeyRetriever;
use Room11\Jeeves\OpenId\Client;

use Room11\Jeeves\Chat\Room\Collection as RoomCollection;
Expand All @@ -19,7 +19,7 @@

$httpClient = new HttpClient();

$fkeyRetriever = new FkeyRetreiver($httpClient);
$fkeyRetriever = new FkeyRetriever($httpClient);

$openIdClient = new Client($openIdCredentials, $httpClient, $fkeyRetriever);

Expand Down

0 comments on commit a567cc8

Please sign in to comment.