Skip to content

Commit a567cc8

Browse files
committed
Fixed typo
1 parent f81a66d commit a567cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cli/run.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Room11\Jeeves;
44

55
use Amp\Artax\Client as HttpClient;
6-
use Room11\Jeeves\Fkey\Retriever as FkeyRetreiver;
6+
use Room11\Jeeves\Fkey\Retriever as FkeyRetriever;
77
use Room11\Jeeves\OpenId\Client;
88

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

2020
$httpClient = new HttpClient();
2121

22-
$fkeyRetriever = new FkeyRetreiver($httpClient);
22+
$fkeyRetriever = new FkeyRetriever($httpClient);
2323

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

0 commit comments

Comments
 (0)