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

Correction: key pairs are used to access both windows and linux instances.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15428 44c647ce-9c0f-0410-b52a-842ac1e357ba
wil 16 лет назад
Родитель
Сommit
712fcbc63d

+ 2 - 2
documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Keypair.xml

@@ -3,7 +3,7 @@
 <sect1 id="zend.service.amazon.ec2.keypairs">
     <title>Zend_Service_Amazon_Ec2: Keypairs</title>
     <para>
-        Keypairs allow access to Unix Ec2 Instances via ssh.
+        Keypairs are used to access instances.
     </para>
 
     <example id="zend.service.amazon.ec2.keypairs.create">
@@ -27,7 +27,7 @@ $return = $ec2_kp->create('my-new-key');
         <title>Deleting an Amazon Keypair</title>
         <para>
             <code>delete</code>, will delete the key pair. This will only
-            prevent it from being use on new instances. Instances currently
+            prevent it from being used with new instances. Instances currently
             running with the keypair will still allow you to access them.
         </para>
         <para>