Skip to content

Commit

Permalink
[Plugins] fixed invalid property name in DecoratorPlugin class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hamon committed Jan 10, 2012
1 parent 5ec6e6f commit 8e72709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/Swift/Plugins/DecoratorPlugin.php
Expand Up @@ -26,7 +26,7 @@ class Swift_Plugins_DecoratorPlugin
private $_replacements;

/** The body as it was before replacements */
private $_orginalBody;
private $_originalBody;

/** The original headers of the message, before replacements */
private $_originalHeaders = array();
Expand Down

0 comments on commit 8e72709

Please sign in to comment.