Daniele Alessandri 15 жил өмнө
parent
commit
40df90007d

+ 1 - 1
test/RedisCommandsTest.php

@@ -1300,7 +1300,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
             $this->redis->sort('uids', array('get' => 'uid:*'))
         );
 
-        // wront type
+        // wrong type
         RC::testForServerException($this, RC::EXCEPTION_WRONG_TYPE, function($test) {
             $test->redis->set('foo', 'bar');
             $test->redis->sort('foo');