Fixed typos

This commit is contained in:
Pascal Borreli
2013-07-04 21:02:24 +01:00
parent 68b892703d
commit 4130a4c7dd
8 changed files with 12 additions and 12 deletions

View File

@ -564,7 +564,7 @@ class Compiler {
public static function tagParent($tokens, Scope $scope) {
if(empty($scope->tpl->_extends)) {
throw new InvalidUsageException("Tag {parent} may be declared in childs");
throw new InvalidUsageException("Tag {parent} may be declared in children");
}
}