Bläddra i källkod

Apply minor grammar fix in comment.

[ci skip]
Daniele Alessandri 8 år sedan
förälder
incheckning
75a8253ee4
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/Connection/Aggregate/MasterSlaveReplication.php

+ 2 - 2
src/Connection/Aggregate/MasterSlaveReplication.php

@@ -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 {