Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Oct 28, 2013
1 parent 52c0bc9 commit 758ce97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Form/View/Helper/FormRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -332,7 +332,7 @@ public function setPartial($partial)
}

/**
* Retrive current partial
* Retrieve current partial
*
* @return null|string
*/
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Controller/AbstractRestfulController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 758ce97

Please sign in to comment.