fixed typo

This commit is contained in:
Fabien Potencier 2011-02-17 13:33:15 +01:00
parent fed8162d5d
commit d64277d101

View File

@ -63,7 +63,7 @@ class Configuration
->arrayNode('spool')
->addDefaultsIfNotSet()
->scalarNode('type')->defaultValue('file')->end()
->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/pool')->end()
->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/spool')->end()
->end()
->scalarNode('delivery_adress')->end()
->booleanNode('disable_delivery')->end();