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.
1 parent b2ec507 commit f168e62Copy full SHA for f168e62
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