We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89198e5 + f168e62 commit 395e97cCopy full SHA for 395e97c
device.go
@@ -102,7 +102,7 @@ func (b *BigIP) getLicensePool() (*LicensePool, error) {
102
// for loop over all returned license pools to check which one has available licenses
103
// getAvailablePool(member[index_of_array].Uuid)
104
// At the end change return statement to return only the UUID string of the one where license
105
- // is availble
+ // is available
106
return &licensePool, nil
107
}
108
0 commit comments