fix typo: X-Trans-ID -> X-Trans-Id
diff --git a/openstack/objectstorage/v1/accounts/results.go b/openstack/objectstorage/v1/accounts/results.go
index ba5e6f7..6ab1a23 100644
--- a/openstack/objectstorage/v1/accounts/results.go
+++ b/openstack/objectstorage/v1/accounts/results.go
@@ -17,7 +17,7 @@
ContentLength string `mapstructure:"Content-Length"`
ContentType string `mapstructure:"Content-Type"`
Date time.Time `mapstructure:"-"`
- TransID string `mapstructure:"X-Trans-ID"`
+ TransID string `mapstructure:"X-Trans-Id"`
}
// Extract will return a struct of headers returned from a call to Get. To obtain