commit | 587e3e3657670021134131d2d92a37ffe4103390 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Nov 13 10:39:09 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Nov 13 10:39:09 2014 -0800 |
tree | 832ff926bb4d02988306a3afa3007a931c3a022c | |
parent | 0160cffcb595da23b7d53299e31572f13047b5ee [diff] [blame] |
Fixed a typo and expanded the comment a bit
diff --git a/openstack/compute/v2/servers/results.go b/openstack/compute/v2/servers/results.go index 924ead9..fec5345 100644 --- a/openstack/compute/v2/servers/results.go +++ b/openstack/compute/v2/servers/results.go
@@ -54,7 +54,7 @@ gophercloud.ErrResult } -// RescueResult represents teh result of a server rescue operation +// RescueResult represents the result of a server rescue operation type RescueResult struct { ActionResult }