diff --git a/src/Cluster/Distributor/HashRing.php b/src/Cluster/Distributor/HashRing.php index 821f2ea8..7488fcc7 100644 --- a/src/Cluster/Distributor/HashRing.php +++ b/src/Cluster/Distributor/HashRing.php @@ -16,7 +16,7 @@ use Predis\Cluster\Hash\HashGeneratorInterface; /** * This class implements an hashring-based distributor that uses the same - * algorithm of memcache to distribute keys in a cluster using client-side + * algorithm of memcached to distribute keys in a cluster using client-side * sharding. * @author Lorenzo Castelli */