Просмотр исходного кода

[MANUAL] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19520 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
20811ae142
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Log-Writers-ZendMonitor.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Log-Writers-ZendMonitor.xml

@@ -7,7 +7,7 @@
         <classname>Zend_Log_Writer_ZendMonitor</classname> allows you to log events via Zend
         <classname>Zend_Log_Writer_ZendMonitor</classname> allows you to log events via Zend
         Server's Monitor API. This allows you to aggregate log messages for your entire application
         Server's Monitor API. This allows you to aggregate log messages for your entire application
         environment in a single location. Internally, it simply uses the
         environment in a single location. Internally, it simply uses the
-        <functionname>monitor_custom_event()</functionname> function from the Zend Monitor API.
+        <methodname>monitor_custom_event()</methodname> function from the Zend Monitor API.
     </para>
     </para>
 
 
     <para>
     <para>