Minor fix in a comment.

This commit is contained in:
Daniele Alessandri
2011-02-12 17:25:48 +01:00
parent 9d6ffcc5f2
commit 44839a7a6f
+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 {