Преглед изворни кода

[MANUAL] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19520 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas пре 16 година
родитељ
комит
20811ae142

+ 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
         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
-        <functionname>monitor_custom_event()</functionname> function from the Zend Monitor API.
+        <methodname>monitor_custom_event()</methodname> function from the Zend Monitor API.
     </para>
 
     <para>