mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
fixed typo
This commit is contained in:
@@ -162,7 +162,7 @@ class Twig_Loader_Filesystem implements Twig_LoaderInterface
|
|||||||
|
|
||||||
$namespace = substr($name, 1, $pos - 1);
|
$namespace = substr($name, 1, $pos - 1);
|
||||||
if (!isset($this->paths[$namespace])) {
|
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);
|
$name = substr($name, $pos + 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user