File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments