Преглед на файлове

[ZF-7030]Typo from currespond to correspond

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16096 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp преди 16 години
родител
ревизия
231695a4cc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      library/Zend/Server/Reflection/Function/Abstract.php

+ 1 - 1
library/Zend/Server/Reflection/Function/Abstract.php

@@ -339,7 +339,7 @@ abstract class Zend_Server_Reflection_Function_Abstract
             require_once 'Zend/Server/Reflection/Exception.php';
             throw new Zend_Server_Reflection_Exception(
                'Variable number of arguments is not supported for services (except optional parameters). '
-             . 'Number of function arguments must currespond to actual number of arguments described in a docblock.');
+             . 'Number of function arguments must correspond to actual number of arguments described in a docblock.');
         }
 
         $paramTypes = array();