Bläddra i källkod

[ZF-11262] typo "paramaters" in Zend_Ldap API reference

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23886 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 14 år sedan
förälder
incheckning
8c5e4d24c7

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap.xml

@@ -157,7 +157,7 @@
                         Connects the <classname>Zend_Ldap</classname> instance to the given
                         <acronym>LDAP</acronym> server. All parameters are optional and will be
                         taken from the <acronym>LDAP</acronym> connection and binding parameters
-                        passed to the instance via the construtor or via
+                        passed to the instance via the constructor or via
                         <methodname>Zend_Ldap::setOptions()</methodname> when set to
                         <constant>NULL</constant>.
                     </entry>
@@ -171,7 +171,7 @@
                     <entry>
                         Authenticates <varname>$username</varname> with
                         <varname>$password</varname> at the <acronym>LDAP</acronym> server. If both
-                        paramaters are omitted the binding will be carried out with the credentials
+                        parameters are omitted the binding will be carried out with the credentials
                         given in the connection and binding parameters. If no credentials are
                         given in the connection and binding parameters an anonymous bind
                         will be performed. Note that this requires anonymous binds to be allowed

+ 1 - 1
documentation/manual/en/module_specs/Zend_Log-Overview.xml

@@ -269,7 +269,7 @@ $logger->setEventItem('pid', getmypid());
                 <thead>
                     <row>
                         <entry>Name</entry>
-                        <entry>Error Handler Paramater</entry>
+                        <entry>Error Handler Parameter</entry>
                         <entry>Description</entry>
                     </row>
                 </thead>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Elasticip.xml

@@ -50,7 +50,7 @@ print $ip;
         <title>Describing Allocated Elastic IP Addresses</title>
 
         <para>
-            <code>describe</code> has an optional paramater to describe all
+            <code>describe</code> has an optional parameter to describe all
             of your allocated Elastic IP addresses or just some of your
             allocated addresses.
         </para>