Преглед на файлове

Apply minor grammar fix in comment.

[ci skip]
Daniele Alessandri преди 9 години
родител
ревизия
75a8253ee4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 {