Skip to content

Commit 1fdabcd

Browse files
committed
Correct more spelling errors.
1 parent fffb5cc commit 1fdabcd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/softlayer/BareMetalServerOrder_Package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class BareMetalServerOrder_Package < Server
4242
# The domain of the server being created (i.e. 'softlayer.com' is the domain of sldn.softlayer.com)
4343
attr_accessor :domain
4444

45-
# The value of this property should be a hash. The keys of the hash are ProdcutItemCategory
45+
# The value of this property should be a hash. The keys of the hash are ProductItemCategory
4646
# codes (like 'os' and 'ram') while the values may be Integers or Objects. The Integer values
4747
# should be the +id+ of a +SoftLayer_Product_Item_Price+ representing the configuration option
4848
# chosen for that category. Objects must respond to the +price_id+ message and return an integer

lib/softlayer/ObjectFilter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def self.is_between_dates(start_date, end_date)
178178
}
179179
end
180180

181-
# Matches when key path value is equal to one of the given values in the Enumarable
181+
# Matches when key path value is equal to one of the given values in the Enumerable
182182
def self.is_contained_by(value)
183183
raise "Expected an Enumerable value with a list of acceptable values that can be converted to strings" unless value.kind_of?(Enumerable)
184184

@@ -193,7 +193,7 @@ def self.is_contained_by(value)
193193
}
194194
end
195195

196-
# Matches when key path value is not equal to one of the given values in the Enumarable
196+
# Matches when key path value is not equal to one of the given values in the Enumerable
197197
def self.is_not_contained_by(value)
198198
raise "Expected an Enumerable value with a list of acceptable values that can be converted to strings" unless value.kind_of?(Enumerable)
199199

lib/softlayer/VirtualServerOrder_Package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class VirtualServerOrder_Package < Server
4242
# The domain of the server being created (i.e. 'softlayer.com' is the domain of sldn.softlayer.com)
4343
attr_accessor :domain
4444

45-
# The value of this property should be a hash. The keys of the hash are ProdcutItemCategory
45+
# The value of this property should be a hash. The keys of the hash are ProductItemCategory
4646
# codes (like 'os' and 'ram') while the values may be Integers or Objects. The Integer values
4747
# should be the +id+ of a +SoftLayer_Product_Item_Price+ representing the configuration option
4848
# chosen for that category. Objects must respond to the +price_id+ message and return an integer

0 commit comments

Comments
 (0)