Quellcode durchsuchen

[DOCUMENTATION]2 typos

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17880 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp vor 16 Jahren
Ursprung
Commit
13957cb614
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>
         is for aggregating logs from clustered machines via the system log
         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.
     </para>
 
@@ -23,7 +23,7 @@
         By default, all syslog messages generated are prefixed with the string
         "Zend_Log". You may specify a different "application" name by which to
         identify such log messages by either passing the application name to the
-        contructor or the application accessor:
+        constructor or the application accessor:
     </para>
 
     <programlisting language="php"><![CDATA[