From: Dies Koper <[email protected]>
---
server/lib/cimi/collections/addresses.rb | 2 +-
server/lib/cimi/collections/machines.rb | 2 +-
server/lib/cimi/models/base.rb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/server/lib/cimi/collections/addresses.rb
b/server/lib/cimi/collections/addresses.rb
index 9ea1764..a51e658 100644
--- a/server/lib/cimi/collections/addresses.rb
+++ b/server/lib/cimi/collections/addresses.rb
@@ -20,7 +20,7 @@ module CIMI::Collections
collection :addresses do
- description 'An Address represents an IP address, and its associated
metdata, for a particular Network.'
+ description 'An Address represents an IP address, and its associated
metadata, for a particular Network.'
operation :index, :with_capability => :addresses do
description 'List all Addresses in the AddressCollection'
diff --git a/server/lib/cimi/collections/machines.rb
b/server/lib/cimi/collections/machines.rb
index 5718f46..9a71bb1 100644
--- a/server/lib/cimi/collections/machines.rb
+++ b/server/lib/cimi/collections/machines.rb
@@ -85,7 +85,7 @@ module CIMI::Collections
end
action :restart, :with_capability => :reboot_instance do
- description "Start specific machine."
+ description "Restart specific machine."
param :id, :string, :required
control do
machine = Machine.find(params[:id], self)
diff --git a/server/lib/cimi/models/base.rb b/server/lib/cimi/models/base.rb
index ac838a4..45c6da8 100644
--- a/server/lib/cimi/models/base.rb
+++ b/server/lib/cimi/models/base.rb
@@ -63,7 +63,7 @@ require_relative '../helpers/database_helper'
# [struct(name, opts, &block)]
# A structured subobject; the block defines the schema of the
# subobject. The +:content+ option can be used to specify the attribute
-# that should receive the content of hte corresponding XML element
+# that should receive the content of the corresponding XML element
# [array(name, opts, &block)]
# An array of structured subobjects; the block defines the schema of
# the subobjects.
--
1.8.0.msysgit.0