fix typo: retreives -> retrieves
diff --git a/openstack/orchestration/v1/stackevents/requests.go b/openstack/orchestration/v1/stackevents/requests.go
index db9b9cc..384b5b6 100644
--- a/openstack/orchestration/v1/stackevents/requests.go
+++ b/openstack/orchestration/v1/stackevents/requests.go
@@ -6,7 +6,7 @@
"github.com/rackspace/gophercloud/pagination"
)
-// Find retreives stack events for the given stack name.
+// Find retrieves stack events for the given stack name.
func Find(c *gophercloud.ServiceClient, stackName string) FindResult {
var res FindResult