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

[DOCUMENTATION]2 typos

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17880 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp преди 16 години
родител
ревизия
13957cb614
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      documentation/manual/en/module_specs/Zend_Log-Writers-Syslog.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Log-Writers-Syslog.xml

@@ -15,7 +15,7 @@
         One useful case for <classname>Zend_Log_Writer_Syslog</classname>
         One useful case for <classname>Zend_Log_Writer_Syslog</classname>
         is for aggregating logs from clustered machines via the system log
         is for aggregating logs from clustered machines via the system log
         functionality. Many systems allow remote logging of system events, which
         functionality. Many systems allow remote logging of system events, which
-        allows system adminstrators to monitor a cluster of machines from a
+        allows system administrators to monitor a cluster of machines from a
         single log file.
         single log file.
     </para>
     </para>
 
 
@@ -23,7 +23,7 @@
         By default, all syslog messages generated are prefixed with the string
         By default, all syslog messages generated are prefixed with the string
         "Zend_Log". You may specify a different "application" name by which to
         "Zend_Log". You may specify a different "application" name by which to
         identify such log messages by either passing the application name to the
         identify such log messages by either passing the application name to the
-        contructor or the application accessor:
+        constructor or the application accessor:
     </para>
     </para>
 
 
     <programlisting language="php"><![CDATA[
     <programlisting language="php"><![CDATA[