소스 검색

Apply minor grammar fix in comment.

[ci skip]
Daniele Alessandri 8 년 전
부모
커밋
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 {