Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Apr 9, 2016
1 parent 1526911 commit c474f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chat/Plugin/Chuck.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private function postMessage(string $joke): \Generator {
}

private function postError(Message $message): \Generator {
$errorMessage = sprintf(":%s %s", $message->getOrigin(), "Ugh, there was some wierd problem while getting the joke.");
$errorMessage = sprintf(":%s %s", $message->getOrigin(), "Ugh, there was some weird problem while getting the joke.");

yield from $this->chatClient->postMessage($errorMessage);
}
Expand Down

0 comments on commit c474f2b

Please sign in to comment.