fix tiny typo

This commit is contained in:
Grégoire Paris 2013-06-02 22:33:35 +02:00
parent 1d998a3cd9
commit 623ad06330

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);
}
}