浏览代码

Miss typings, oh my...

Daniele Alessandri 15 年之前
父节点
当前提交
40df90007d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/RedisCommandsTest.php

+ 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');