Skip to content

Commit 2541c64

Browse files
committed
Fixed a spelling error in a compatibility symbol
1 parent b3faf86 commit 2541c64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/softlayer/ProductItemCategory.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module SoftLayer
1414
# DEPRECATION WARNING: The following configuration option keys have been deprecated and
1515
# will be removed with the next major version: capacityRestrictionMaximum, capacityRestrictionMinimum,
1616
# capacityRestrictionType, hourlyRecurringFee, laborFee, oneTimeFee, recurringFee, requiredCoreCount, setupFee
17-
class ProductConfigurationOption < Struct.new(:capacity, :capacityRestrictionMaximum, :capicity_restriction_maximum,
17+
class ProductConfigurationOption < Struct.new(:capacity, :capacityRestrictionMaximum, :capacity_restriction_maximum,
1818
:capacityRestrictionMinimum, :capacity_restriction_minimum, :capacityRestrictionType, :capacity_restriction_type,
1919
:description, :hourlyRecurringFee, :hourly_recurring_fee, :laborFee, :labor_fee, :oneTimeFee, :one_time_fee,
2020
:price_id, :recurringFee, :recurring_fee, :requiredCoreCount, :required_core_count, :setupFee, :setup_fee, :units)

0 commit comments

Comments
 (0)