Skip to content

Commit c474f2b

Browse files
committed
Fixed typo
1 parent 1526911 commit c474f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Chat/Plugin/Chuck.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private function postMessage(string $joke): \Generator {
6060
}
6161

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

6565
yield from $this->chatClient->postMessage($errorMessage);
6666
}

0 commit comments

Comments
 (0)