change package and type name
diff --git a/openstack/compute/v2/extensions/quotasets/requests.go b/openstack/compute/v2/extensions/quotasets/requests.go
index f7e7b5c..ecb1ba1 100644
--- a/openstack/compute/v2/extensions/quotasets/requests.go
+++ b/openstack/compute/v2/extensions/quotasets/requests.go
@@ -1,10 +1,10 @@
-package quotas
+package quotasets
 
 import (
 	"github.com/rackspace/gophercloud"
 )
 
-// Get returns public data about a previously created Quota.
+// Get returns public data about a previously created Quotaset.
 func Get(client *gophercloud.ServiceClient, tenantID string) GetResult {
 	var res GetResult
 	_, res.Err = client.Get(getURL(client, tenantID), &res.Body, nil)