From 1474ece6115eb23c15727d8c7ff9c9cb507777c9 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 30 Mar 2014 10:44:23 +0700 Subject: [PATCH] fixed typo --- library/Zend/Dom/Document/NodeList.php | 4 ++-- library/Zend/Dom/NodeList.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/Zend/Dom/Document/NodeList.php b/library/Zend/Dom/Document/NodeList.php index 09977fb17c0..352326fe270 100644 --- a/library/Zend/Dom/Document/NodeList.php +++ b/library/Zend/Dom/Document/NodeList.php @@ -140,7 +140,7 @@ public function offsetGet($key) * * @param mixed $key * @param mixed $value - * @throws Exception\BadMethodCallException when attemptingn to write to a read-only item + * @throws Exception\BadMethodCallException when attempting to write to a read-only item */ public function offsetSet($key, $value) { @@ -151,7 +151,7 @@ public function offsetSet($key, $value) * ArrayAccess: unset offset * * @param mixed $key - * @throws Exception\BadMethodCallException when attemptingn to unset a read-only item + * @throws Exception\BadMethodCallException when attempting to unset a read-only item */ public function offsetUnset($key) { diff --git a/library/Zend/Dom/NodeList.php b/library/Zend/Dom/NodeList.php index 0816a644d4f..f9d4a1dc5e7 100644 --- a/library/Zend/Dom/NodeList.php +++ b/library/Zend/Dom/NodeList.php @@ -195,7 +195,7 @@ public function offsetGet($key) * * @param mixed $key * @param mixed $value - * @throws Exception\BadMethodCallException when attemptingn to write to a read-only item + * @throws Exception\BadMethodCallException when attempting to write to a read-only item */ public function offsetSet($key, $value) { @@ -206,7 +206,7 @@ public function offsetSet($key, $value) * ArrayAccess: unset offset * * @param mixed $key - * @throws Exception\BadMethodCallException when attemptingn to unset a read-only item + * @throws Exception\BadMethodCallException when attempting to unset a read-only item */ public function offsetUnset($key) {