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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/uri-path-not-being-set-when-empty
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Writer/Renderer/Entry/Atom.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ protected function _loadXhtml($content)
}

/**
* Set entry cateories
* Set entry categories
*
* @param DOMDocument $dom
* @param DOMElement $root
Expand Down
2 changes: 1 addition & 1 deletion src/Writer/Renderer/Feed/AbstractAtom.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ protected function _setHubs(DOMDocument $dom, DOMElement $root)
}

/**
* Set feed cateories
* Set feed categories
*
* @param DOMDocument $dom
* @param DOMElement $root
Expand Down
2 changes: 1 addition & 1 deletion src/Writer/Renderer/Feed/Atom/AbstractAtom.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ protected function _setHubs(DOMDocument $dom, DOMElement $root)
}

/**
* Set feed cateories
* Set feed categories
*
* @param DOMDocument $dom
* @param DOMElement $root
Expand Down

0 comments on commit cddc550

Please sign in to comment.