浏览代码

[TwigBundle] Fixed typo

Don Pinkster 14 年之前
父节点
当前提交
c4923fc57e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/TwigBundle/GlobalVariables.php

+ 1 - 1
src/Symfony/Bundle/TwigBundle/GlobalVariables.php

@@ -14,7 +14,7 @@ namespace Symfony\Bundle\TwigBundle;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * AppVariables is the entry point for Symfony global variables in Twig templates.
+ * GlobalVariables is the entry point for Symfony global variables in Twig templates.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */