File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def softlayer_properties(object_mask = nil)
210210 #
211211 # Additional options that may be provided:
212212 # * <b>+:name+</b> (string/array) - Return templates with the given name
213- # * <b>+:global_id+</b> (string/array) - Return templates with the given global identfier
213+ # * <b>+:global_id+</b> (string/array) - Return templates with the given global identifier
214214 # * <b>+:tags+</b> (string/array) - Return templates with the tags
215215 def self . find_private_templates ( options_hash = { } )
216216 softlayer_client = options_hash [ :client ] || Client . default_client
@@ -267,7 +267,7 @@ def self.find_private_templates(options_hash = {})
267267 #
268268 # Additional options that may be provided:
269269 # * <b>+:name+</b> (string/array) - Return templates with the given name
270- # * <b>+:global_id+</b> (string/array) - Return templates with the given global identfier
270+ # * <b>+:global_id+</b> (string/array) - Return templates with the given global identifier
271271 # * <b>+:tags+</b> (string/array) - Return templates with the tags
272272 def self . find_public_templates ( options_hash = { } )
273273 softlayer_client = options_hash [ :client ] || Client . default_client
You can’t perform that action at this time.
0 commit comments