Browse Source

ZF-11482
Zend_Search
Typo in exception message in Zend_Search_Lucene_Document_Html


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24143 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 years ago
parent
commit
0d14fd9f76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Search/Lucene/Document/Html.php

+ 1 - 1
library/Zend/Search/Lucene/Document/Html.php

@@ -438,7 +438,7 @@ class Zend_Search_Lucene_Document_Html extends Zend_Search_Lucene_Document
 
         if (!is_callable($callback)) {
             require_once 'Zend/Search/Lucene/Exception.php';
-            throw new Zend_Search_Lucene_Exception('$viewHelper parameter mast be a View Helper name, View Helper object or callback.');
+            throw new Zend_Search_Lucene_Exception('$viewHelper parameter must be a View Helper name, View Helper object or callback.');
         }
 
         $xpath = new DOMXPath($this->_doc);