diff --git a/services/storage/mgmt/2015-06-15/storage/models.go b/services/storage/mgmt/2015-06-15/storage/models.go index 5f09fea95de9..66c0b13f6b34 100644 --- a/services/storage/mgmt/2015-06-15/storage/models.go +++ b/services/storage/mgmt/2015-06-15/storage/models.go @@ -228,7 +228,7 @@ func (a *Account) UnmarshalJSON(body []byte) error { return nil } -// AccountCheckNameAvailabilityParameters the parameters used to check the availabity of the storage +// AccountCheckNameAvailabilityParameters the parameters used to check the availability of the storage // account name. type AccountCheckNameAvailabilityParameters struct { Name *string `json:"name,omitempty"`