[SwiftmailerBundle] fixed typo

This commit is contained in:
Fabien Potencier 2011-03-17 07:29:09 +01:00
parent c2bc35d0e6
commit 610ddf0e74

View File

@ -64,7 +64,7 @@ class Configuration
->scalarNode('type')->defaultValue('file')->end()
->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/spool')->end()
->end()
->scalarNode('delivery_adress')->end()
->scalarNode('delivery_address')->end()
->booleanNode('disable_delivery')->end();
return $treeBuilder->buildTree();