소스 검색

Merge remote-tracking branch 'github/pr/343'

Daniele Alessandri 9 년 전
부모
커밋
1ad0effb0a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Client.php

+ 2 - 2
src/Client.php

@@ -278,7 +278,7 @@ class Client implements ClientInterface, \IteratorAggregate
      * applying any prefix to keys or throwing exceptions on Redis errors even
      * applying any prefix to keys or throwing exceptions on Redis errors even
      * regardless of client options.
      * regardless of client options.
      *
      *
-     * It is possibile to indentify Redis error responses from normal responses
+     * It is possible to identify Redis error responses from normal responses
      * using the second optional argument which is populated by reference.
      * using the second optional argument which is populated by reference.
      *
      *
      * @param array $arguments Command arguments as defined by the command signature.
      * @param array $arguments Command arguments as defined by the command signature.
@@ -481,7 +481,7 @@ class Client implements ClientInterface, \IteratorAggregate
     }
     }
 
 
     /**
     /**
-     * Creates a new publis/subscribe context and returns it, or starts its loop
+     * Creates a new publish/subscribe context and returns it, or starts its loop
      * inside the optionally provided callable object.
      * inside the optionally provided callable object.
      *
      *
      * @param mixed ... Array of options, a callable for execution, or both.
      * @param mixed ... Array of options, a callable for execution, or both.