Browse Source

ZF-7115: Fix the type-o in the EC2 end point.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16274 44c647ce-9c0f-0410-b52a-842ac1e357ba
sidhighwind 16 years ago
parent
commit
31c60c395b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Service/Amazon/Ec2/Abstract.php

+ 1 - 1
library/Zend/Service/Amazon/Ec2/Abstract.php

@@ -40,7 +40,7 @@ abstract class Zend_Service_Amazon_Ec2_Abstract extends Zend_Service_Amazon_Abst
     /**
      * The HTTP query server
      */
-    protected $_ec2Endpoint = 'ec2.amazoneaws.com';
+    protected $_ec2Endpoint = 'ec2.amazonaws.com';
 
     /**
      * The API version to use