fixed typo

This commit is contained in:
Fabien Potencier
2012-07-17 10:29:54 +02:00
parent b7076feb88
commit f0d0d6da87
+1 -1
View File
@@ -162,7 +162,7 @@ class Twig_Loader_Filesystem implements Twig_LoaderInterface
$namespace = substr($name, 1, $pos - 1);
if (!isset($this->paths[$namespace])) {
throw new \Twig_Error_Loader(sprintf('There is not registered paths for path name "%s".', $namespace));
throw new \Twig_Error_Loader(sprintf('There are no registered paths for namespace "%s".', $namespace));
}
$name = substr($name, $pos + 1);