summaryrefslogtreecommitdiff
path: root/ext/spl/internal/splobjectstorage.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/internal/splobjectstorage.inc')
-rw-r--r--ext/spl/internal/splobjectstorage.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/splobjectstorage.inc b/ext/spl/internal/splobjectstorage.inc
index fa164066c7..ffc6c99488 100644
--- a/ext/spl/internal/splobjectstorage.inc
+++ b/ext/spl/internal/splobjectstorage.inc
@@ -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).
*/