Apply minor grammar fix in comment.

[ci skip]
This commit is contained in:
Daniele Alessandri
2016-05-23 12:09:43 +02:00
parent 9368d98ac3
commit 75a8253ee4
@@ -443,8 +443,8 @@ class MasterSlaveReplication implements ReplicationInterface
$connection->disconnect();
if ($connection === $this->master && !$this->autoDiscovery) {
// Throw immediatly when master connection is failing, even
// if the command represents a read-only operation, unless
// Throw immediately when master connection is failing, even
// when the command represents a read-only operation, unless
// automatic discovery has been enabled.
throw $exception;
} else {