Browse Source

[SwiftMailerBundle] Fix a merge issue in the configuration

Victor Berchet 14 years ago
parent
commit
a96b1fb48b

+ 1 - 1
src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

@@ -69,7 +69,7 @@ class Configuration
                         ->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/spool')->end()
                     ->end()
                 ->end()
-                ->scalarNode('delivery_adress')->end()
+                ->scalarNode('delivery_address')->end()
                 ->booleanNode('disable_delivery')->end()
                 ->booleanNode('logging')->defaultValue($kernelDebug)->end()
             ->end()