Skip to content

Commit d86c3c9

Browse files
committed
Correct spelling after dealing with merge conflict.
1 parent e03b49e commit d86c3c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/softlayer/ImageTemplate.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)