--- embedaddon/php/ext/spl/internal/splobjectstorage.inc 2012/02/21 23:48:01 1.1.1.1 +++ embedaddon/php/ext/spl/internal/splobjectstorage.inc 2013/10/14 08:02:32 1.1.1.2 @@ -16,7 +16,7 @@ * @since PHP 5.1.2 * * This container allows to store objects uniquly without the need to compare - * them one by one. This is only possible internally. The code represenation + * them one by one. This is only possible internally. The code representation * here therefore has a complexity of O(n) while the actual implementation has * complexity O(1). */