浏览代码

fixed typo

Fabien Potencier 14 年之前
父节点
当前提交
d64277d101
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

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

@@ -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();