Fix comment.

This commit is contained in:
Daniele Alessandri
2011-03-05 12:41:34 +01:00
parent 627c3a1724
commit bc0e29c1d2
+1 -1
View File
@@ -3,7 +3,7 @@ require_once 'SharedConfigurations.php';
// Developers can customize the distribution strategy used by the client
// to distribute keys among a cluster of servers simply by creating a class
// that implements the Predis\Distribution\IDistributionAlgorithm interface.
// that implements the Predis\Distribution\IDistributionStrategy interface.
class NaiveDistributionStrategy
implements Predis\Distribution\IDistributionStrategy {