Skip to content

Commit b9f7870

Browse files
committed
Fix file after wiping my changes out in merge.
1 parent d86c3c9 commit b9f7870

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/softlayer/ImageTemplate.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module SoftLayer
99
##
1010
# A Virtual Server Image Template.
1111
#
12-
# This class rougly corresponds to the unwieldily named
12+
# This class roughly corresponds to the unwieldy named
1313
# +SoftLayer_Virtual_Guest_Block_Device_Template_Group+
1414
# service:
1515
#
@@ -23,12 +23,12 @@ class ImageTemplate < SoftLayer::ModelBase
2323
sl_attr :name
2424

2525
##
26-
# :attr_reader:
26+
# :attr_reader: notes
2727
# The notes, if any, that are attached to the template. Can be nil.
2828
sl_attr :notes, "note"
2929

3030
##
31-
# :attr_reader:
31+
# :attr_reader: global_id
3232
# The universally unique identifier (if any) for the template. Can be nil.
3333
sl_attr :global_id, 'globalIdentifier'
3434

@@ -91,7 +91,7 @@ def datacenters
9191
# appear in this array! The list given must be comprehensive.
9292
#
9393
# The available_datacenters call returns a list of the values that are valid
94-
# whithin this array.
94+
# within this array.
9595
def datacenters=(datacenters_array)
9696
datacenter_data = datacenters_array.collect do |datacenter|
9797
{ "id" => datacenter.id }
@@ -160,7 +160,7 @@ def delete!
160160
end
161161

162162
##
163-
# Repeatedly poll the netwokr API until transactions related to this image
163+
# Repeatedly poll the network API until transactions related to this image
164164
# template are finished
165165
#
166166
# A template is not 'ready' until all the transactions on the template
@@ -313,7 +313,7 @@ def self.find_public_templates(options_hash = {})
313313
end
314314

315315
##
316-
# Retrive the Image Template with the given ID
316+
# Retrieve the Image Template with the given ID
317317
# (Note! This is the service ID, not the globalIdentifier!)
318318
#
319319
# The options parameter should contain:

0 commit comments

Comments
 (0)