From 746f9adc7716347000c7ec0b043d8234002ba84f Mon Sep 17 00:00:00 2001 From: Jared Feng Date: Wed, 2 Jul 2014 01:37:26 +0800 Subject: [PATCH] fix typo in phpdoc of yii\redis\Connection [skip ci] --- extensions/redis/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/redis/Connection.php b/extensions/redis/Connection.php index 9d6096b205..0d00b7ba4d 100644 --- a/extensions/redis/Connection.php +++ b/extensions/redis/Connection.php @@ -20,7 +20,7 @@ use yii\helpers\Inflector; * When the server needs authentication, you can set the [[password]] property to * authenticate with the server after connect. * - * The ecexution of [redis commands](http://redis.io/commands) is possible with via [[executeCommand()]]. + * The execution of [redis commands](http://redis.io/commands) is possible with via [[executeCommand()]]. * * @method mixed set($key, $value) Set the string value of a key * @method mixed get($key) Set the string value of a key