From e740bb2bd9152e06e1315c1c5dad1bb4e81d9889 Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Thu, 17 Apr 2014 23:32:44 +0400 Subject: [PATCH] Typo --- src/Fenom/Tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fenom/Tag.php b/src/Fenom/Tag.php index 15358ab..e017303 100644 --- a/src/Fenom/Tag.php +++ b/src/Fenom/Tag.php @@ -148,7 +148,7 @@ class Tag extends \ArrayObject if ($this->_close) { return call_user_func($this->_close, $tokenizer, $this); } else { - throw new \LogicException("Сan not use a inline tag {$this->name} as a block"); + throw new \LogicException("Can not use a inline tag {$this->name} as a block"); } }