Skip to content

Commit 1ad0eff

Browse files
committed
Merge remote-tracking branch 'github/pr/343'
2 parents 0607d84 + a1ee7b6 commit 1ad0eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function getConnectionById($connectionID)
278278
* applying any prefix to keys or throwing exceptions on Redis errors even
279279
* regardless of client options.
280280
*
281-
* It is possibile to indentify Redis error responses from normal responses
281+
* It is possible to identify Redis error responses from normal responses
282282
* using the second optional argument which is populated by reference.
283283
*
284284
* @param array $arguments Command arguments as defined by the command signature.
@@ -481,7 +481,7 @@ protected function createTransaction(array $options = null, $callable = null)
481481
}
482482

483483
/**
484-
* Creates a new publis/subscribe context and returns it, or starts its loop
484+
* Creates a new publish/subscribe context and returns it, or starts its loop
485485
* inside the optionally provided callable object.
486486
*
487487
* @param mixed ... Array of options, a callable for execution, or both.

0 commit comments

Comments
 (0)