From e2e898a29929d2f520fe95bdb2109d8fa895ba4a Mon Sep 17 00:00:00 2001 From: yonex <4462818+yonex@users.noreply.github.com> Date: Thu, 20 Apr 2023 16:01:08 +0900 Subject: [PATCH] Fix typo in Redis.php --- redis/Redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/Redis.php b/redis/Redis.php index 3eca483d0..f6146b689 100644 --- a/redis/Redis.php +++ b/redis/Redis.php @@ -310,7 +310,7 @@ public function getAuth() {} * @param float $read_timeout value in seconds (optional, default is 0 meaning unlimited) * @param array|null $context since PhpRedis >= 5.3.0 can specify authentication and stream information on connect * - * @return bool TRUE on success, FALSE on ertcnror. + * @return bool TRUE on success, FALSE on error. * * @throws RedisException *