Skip to content

Commit

Permalink
Merge pull request #109 from gquemener/fix-typo
Browse files Browse the repository at this point in the history
Fixes mispelled word
  • Loading branch information
prolic committed Dec 5, 2019
2 parents d2a7f37 + cccc827 commit 30b35b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/EventStoreConnectionLogicHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function totalOperationCount(): int

public function enqueueMessage(Message $message): void
{
$this->logDebug(\sprintf('enqueing message %s', (string) $message));
$this->logDebug(\sprintf('enqueuing message %s', (string) $message));

$this->handler->handle($message);
}
Expand Down

0 comments on commit 30b35b2

Please sign in to comment.