Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Tiny typo fix in docblock #6126

Merged
merged 1 commit into from Apr 12, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Controller/AbstractRestfulController.php
Expand Up @@ -230,7 +230,7 @@ public function replaceList($data)
}

/**
* Modify a resource collection withou completely replacing it
* Modify a resource collection without completely replacing it
*
* Not marked as abstract, as that would introduce a BC break
* (introduced in 2.2.0); instead, raises an exception if not implemented.
Expand Down