another typo fix

This commit is contained in:
Alexander Makarov
2012-08-07 16:07:45 +04:00
parent c0f459dd83
commit b2730f460a

View File

@@ -30,7 +30,7 @@ class CJavaScriptExpression
public function __construct($code)
{
if(!is_string($code))
throw new CException('Value passed to CJavaScriptExpression should a be string.');
throw new CException('Value passed to CJavaScriptExpression should be a string.');
$this->code=$code;
}