Skip to content

Commit 395e97c

Browse files
authored
Merge pull request #3 from gliptak/patch-1
Correct spelling
2 parents 89198e5 + f168e62 commit 395e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (b *BigIP) getLicensePool() (*LicensePool, error) {
102102
// for loop over all returned license pools to check which one has available licenses
103103
// getAvailablePool(member[index_of_array].Uuid)
104104
// At the end change return statement to return only the UUID string of the one where license
105-
// is availble
105+
// is available
106106
return &licensePool, nil
107107
}
108108

0 commit comments

Comments
 (0)