Fix typo
This commit is contained in:
parent
946843982f
commit
3af14d3dc7
|
@ -30,7 +30,7 @@ type StateChangeConf struct {
|
|||
}
|
||||
|
||||
// ServerStateRefreshFunc returns a StateRefreshFunc that is used to watch
|
||||
// an openstacn server.
|
||||
// an openstack server.
|
||||
func ServerStateRefreshFunc(csp gophercloud.CloudServersProvider, s *gophercloud.Server) StateRefreshFunc {
|
||||
return func() (interface{}, string, int, error) {
|
||||
servers, err := csp.ListServers()
|
||||
|
|
Loading…
Reference in New Issue