This commit is contained in:
Dan Wall
2020-09-26 11:52:44 +10:00
committed by GitHub
parent 0e9aeee90f
commit 25db9bfec5
+1 -1
View File
@@ -14,7 +14,7 @@ namespace Predis\Protocol;
use Predis\CommunicationException;
/**
* Exception used to indentify errors encountered while parsing the Redis wire
* Exception used to identify errors encountered while parsing the Redis wire
* protocol.
*
* @author Daniele Alessandri <suppakilla@gmail.com>