Browse Source

Miss typings, oh my...

Daniele Alessandri 15 years ago
parent
commit
40df90007d
1 changed files with 1 additions and 1 deletions
  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');