You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by dk...@apache.org on 2013/02/01 01:27:49 UTC

git commit: cimi: fixed typo address_teplates -> address_templates

Updated Branches:
  refs/heads/master 16f9addf0 -> 648c1f5e0


cimi: fixed typo address_teplates -> address_templates


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/648c1f5e
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/648c1f5e
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/648c1f5e

Branch: refs/heads/master
Commit: 648c1f5e004bcaa93a1ec6333c61bdb089023dd9
Parents: 16f9add
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Thu Jan 31 16:46:00 2013 +1100
Committer: Dies Koper <di...@fast.au.fujitsu.com>
Committed: Fri Feb 1 11:27:25 2013 +1100

----------------------------------------------------------------------
 server/lib/cimi/models/address_template.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/648c1f5e/server/lib/cimi/models/address_template.rb
----------------------------------------------------------------------
diff --git a/server/lib/cimi/models/address_template.rb b/server/lib/cimi/models/address_template.rb
index 41d86f6..d081567 100644
--- a/server/lib/cimi/models/address_template.rb
+++ b/server/lib/cimi/models/address_template.rb
@@ -42,7 +42,7 @@ class CIMI::Model::AddressTemplate < CIMI::Model::Base
       if context.driver.respond_to? :address_templates
         context.driver.address_templates(context.credentials, {:env=>context})
       else
-        current_db.address_teplates.map { |t| from_db(t, context) }
+        current_db.address_templates.map { |t| from_db(t, context) }
       end
     else
       if context.driver.respond_to? :address_template