Browse Source

Fix phpdoc.

Daniele Alessandri 13 years ago
parent
commit
14ac381aad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Predis/Connection/PhpiredisConnection.php

+ 1 - 1
lib/Predis/Connection/PhpiredisConnection.php

@@ -74,7 +74,7 @@ class PhpiredisConnection extends AbstractConnection
     }
 
     /**
-     * Checks if the cURL and phpiredis extensions are loaded in PHP.
+     * Checks if the socket and phpiredis extensions are loaded in PHP.
      */
     private function checkExtensions()
     {