Skip to content

Commit 623ad06

Browse files
committed
fix tiny typo
1 parent 1d998a3 commit 623ad06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Decorator/Decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class RenderInXml extends Decorator implements Renderer
5959
public function renderData()
6060
{
6161
$output = $this->_wrapped->renderData();
62-
// do some fany conversion to xml from array ...
62+
// do some fancy conversion to xml from array ...
6363
return simplexml_load_string($output);
6464
}
6565
}

0 commit comments

Comments
 (0)