From 758ce979b93f8b71fd2f2529bdfc83f071ec512f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 29 Oct 2013 01:17:52 +0700 Subject: [PATCH] fixed typos --- library/Zend/Form/View/Helper/FormRow.php | 4 ++-- library/Zend/Mvc/Controller/AbstractRestfulController.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Zend/Form/View/Helper/FormRow.php b/library/Zend/Form/View/Helper/FormRow.php index a4e358c9c78..3f9c6fe6e6c 100644 --- a/library/Zend/Form/View/Helper/FormRow.php +++ b/library/Zend/Form/View/Helper/FormRow.php @@ -310,7 +310,7 @@ public function setRenderErrors($renderErrors) } /** - * Retrive if the errors are rendered by this helper + * Retrieve if the errors are rendered by this helper * * @return bool */ @@ -332,7 +332,7 @@ public function setPartial($partial) } /** - * Retrive current partial + * Retrieve current partial * * @return null|string */ diff --git a/library/Zend/Mvc/Controller/AbstractRestfulController.php b/library/Zend/Mvc/Controller/AbstractRestfulController.php index 60a9e6a5e4a..f868594e43e 100644 --- a/library/Zend/Mvc/Controller/AbstractRestfulController.php +++ b/library/Zend/Mvc/Controller/AbstractRestfulController.php @@ -507,7 +507,7 @@ public function requestHasContentType(Request $request, $contentType = '') * $this->getIdentifier($routeMatch, $request)", * passing the appropriate objects. * - * To retrive the body content data, use "$data = $this->processBodyContent($request)"; + * To retrieve the body content data, use "$data = $this->processBodyContent($request)"; * that method will return a string, array, or, in the case of JSON, an object. * * @param string $method