Skip to content

Commit de35c81

Browse files
committed
Correct spelling errors.
1 parent 1b3792c commit de35c81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/softlayer/ServerFirewall.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def cancel!(notes = nil)
129129
# *NOTE!* The rules themselves have an "orderValue" property.
130130
# It is this property, and *not* the order that the rules are
131131
# found in the rules_data array, which will determine in which
132-
# order the firewall applies it's rules to incomming traffic.
132+
# order the firewall applies it's rules to incoming traffic.
133133
#
134134
# *NOTE!* Changes to the rules are not applied immediately
135135
# on the server side. Instead, they are enqueued by the
@@ -260,4 +260,4 @@ def self.default_rules_mask_keys
260260
['orderValue','action','destinationIpAddress','destinationIpSubnetMask',"protocol","destinationPortRangeStart","destinationPortRangeEnd",'sourceIpAddress',"sourceIpSubnetMask","version"]
261261
end
262262
end # ServerFirewall class
263-
end # SoftLayer module
263+
end # SoftLayer module

lib/softlayer/VLANFirewall.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cancel!(notes = nil)
120120
# *NOTE!* The rules themselves have an "orderValue" property.
121121
# It is this property, and *not* the order that the rules are
122122
# found in the rules_data array, which will determine in which
123-
# order the firewall applies its rules to incomming traffic.
123+
# order the firewall applies its rules to incoming traffic.
124124
#
125125
# *NOTE!* Changes to the rules are not applied immediately
126126
# on the server side. Instead, they are enqueued by the

0 commit comments

Comments
 (0)