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
 }