Merge pull request #21 from greg0ire/patch-1

fix tiny typo
This commit is contained in:
Dominik Liebler
2013-06-11 03:31:55 -07:00

View File

@@ -59,7 +59,7 @@ class RenderInXml extends Decorator implements Renderer
public function renderData()
{
$output = $this->_wrapped->renderData();
// do some fany conversion to xml from array ...
// do some fancy conversion to xml from array ...
return simplexml_load_string($output);
}
}